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
2544 def Usage(docstring): argument2545 print(docstring.rstrip("\n"))2550 docstring, argument2569 Usage(docstring)2575 Usage(docstring)