Summary Add docstring-missing-parameter and docstring-extraneous-parameter (DOC101, DOC102). These rules check that the parameters defined in a functions signature match thos defined in the docstri...
Added missing entry in Redis Instrumentation Docstring. Fixes # (issue) Type of change Please delete options that are not relevant. Bug fix (non-breaking change which fixes an issue) New feature (non-breaking change which adds functionality) Breaking change (fix or feature that would cause exist...
Note the data parameter passed to the __init__ method. This is the in-memory tree-like representation of the Kickstart file where all data is stored. In one of the ancestors' __init__ methods it is stored in the self.data attribute, which allows all other...
document);params.put(Transducer.TRANSD_INPUT_AS_PARAMETER_NAME,inputASName);params.put(Transducer.TRANSD_OUTPUT_AS_PARAMETER_NAME,inputASName);transducer.setParameterValues(params);transducer.addProgressListener(pListener);transducer.addStatusListener(sListener...
For all add-ons, follow Python’sPEP 8andPEP 257guidelines for docstring conventions. There is no consensus on the format of the actual content of docstrings inAnaconda; the only requirement is that they are human-readable. If you plan to use auto-generated...
type.get_normalized_definition(), node_id, response) # Schedule a parameter fetch if the node is in operating mode if not response.status.mode: ioloop.add_callback(enumerate_node_params, this_node, node_id) # Check the supplied directory for updated firmware if not firmware_dir: log.debug...
feat: add context manager support in client fix: add 'dict' annotation type to 'request' chore: use gapic-generator-python 0.52.0 fix: improper types in pagers generation chore: enable python snippetgen for aiplatform chore: fix docstring for first attribute of protos...
Changed docstring additions from [5744] to use active verbs ('returns' instead of 'return') ... r5757 | adrian | 2007-07-25 11:15:05 +0800 (Wed, 25 Jul 2007) | 1 line Added 'New in Django development version' to docs/db-api.txt change from [5746] ... r5758 | adrian ...
#3974 Changed the autodoc configuration of autodoc_typehints_description_target to only document the return type and parameter types when they are in the docstring. Update docstrings to add the sphinx directives for those where they are ...
Add docstring for OperatorDAG 5c8e683 Fix parameter 03b682f ashish-1600 approved these changes May 9, 2024 View reviewed changes ashish-1600 merged commit 1c33dab into main May 9, 2024 ashish-1600 deleted the add_docstrings branch May 9, 2024 16:12 Sign up for free to join this...