Home
last modified time | relevance | path

Searched refs:docstring (Results 1 – 2 of 2) sorted by relevance

/build/tools/releasetools/
Dpylintrc65 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
Dcommon.py818 def Usage(docstring): argument
819 print docstring.rstrip("\n")
824 docstring, argument
844 Usage(docstring)
850 Usage(docstring)