Searched refs:docstring (Results 1 – 2 of 2) sorted by relevance
655 def Usage(docstring): argument656 print docstring.rstrip("\n")661 docstring, argument680 Usage(docstring)686 Usage(docstring)
65 disable=invalid-name,missing-docstring,too-many-branches,too-many-locals,too-many-arguments,too-man…227 # not require a docstring.228 no-docstring-rgx=__.*__232 docstring-min-length=-1