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...
#3974Changed the autodoc configuration ofautodoc_typehints_description_targetto 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 now missing. Args:Description of parameters. Returns:Description of ...
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...
Note thedataparameter 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 theself.dataattribute, which allows all other methods in the ...
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 ...
your project subtype must implement theIVsHierarchyinterface and override theGetPropertymethod. By overriding this method and using propId parameter containing one of the values of the__VSHPROPID2enumeration, you can filter, add or remove project properties. For example, you might need to add a pa...
python里面添加字符串注释非常简单,如何将变量放入 python 的函数注释里面呢?...docstring也就是给代码加注释的内容了,python可以给函数,类、方法,模块添加注释内容,注释标准格式一般是三个双引号(或三个单引号) docstring 先看一个简单案例,在函数里面添加注释内
");pListener=newIntervalProgressListener(11,90);try{params=Factory.newFeatureMap();params.put(Transducer.TRANSD_DOCUMENT_PARAMETER_NAME,document);params.put(Transducer.TRANSD_INPUT_AS_PARAMETER_NAME,inputASName);params.put(Transducer.TRANSD_OUTPUT_AS_PARAMETER_NAME,inputASName);transducer.setParameter...
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...
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) ...