Searched refs:docstring (Results 1 – 2 of 2) sorted by relevance
65 disable=invalid-name,missing-docstring,too-many-branches,too-many-locals,too-many-arguments,too-man…224 # not require a docstring.225 no-docstring-rgx=__.*__229 docstring-min-length=-1
2070 def Usage(docstring): argument2071 print(docstring.rstrip("\n"))2076 docstring, argument2097 Usage(docstring)2103 Usage(docstring)