Home
last modified time | relevance | path

Searched defs:docstring (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Tools/framer/framer/
Dtemplate.py58 docstring = """\ variable
/external/python/cpython2/Tools/pynche/
DMain.py83 def docstring(): function
/external/python/cpython2/Tools/bgen/bgen/
DbgenGenerator.py76 def docstring(self): member in BaseFunctionGenerator
145 def docstring(self): member in FunctionGenerator
/external/python/cpython2/Modules/
Dmathmodule.c790 #define FUNC1(funcname, func, can_overflow, docstring) \ argument
796 #define FUNC1A(funcname, func, docstring) \ argument
802 #define FUNC2(funcname, func, docstring) \ argument
/external/chromium-trace/catapult/devil/devil/utils/
Dmarkdown.py259 def md_docstring(docstring): argument
/external/python/cpython2/Lib/
Ddoctest.py523 def __init__(self, examples, globs, name, filename, lineno, docstring): argument
/external/python/cpython2/Python/
Dcompile.c1350 int i, n, docstring; in compiler_function() local