Home
last modified time | relevance | path

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

/external/python/cpython2/Tools/framer/framer/
Dtemplate.py58 docstring = """\ variable
/external/tensorflow/tensorflow/python/util/
Ddecorator_utils.py35 def _normalize_docstring(docstring): argument
/external/python/cpython2/Tools/pynche/
DMain.py83 def docstring(): function
/external/python/cpython3/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/cpython3/Modules/
Dmathmodule.c910 #define FUNC1(funcname, func, can_overflow, docstring) \ argument
916 #define FUNC1A(funcname, func, docstring) \ argument
922 #define FUNC2(funcname, func, docstring) \ argument
/external/tensorflow/tensorflow/tools/docs/
Dparser.py487 def _parse_function_details(docstring): argument
/external/python/cpython3/Tools/clinic/
Dclinic.py2048 docstring=None, kind=CALLABLE, coexist=False, argument
2127 docstring=None, group=0): argument
/external/python/cpython3/Lib/
Ddoctest.py522 def __init__(self, examples, globs, name, filename, lineno, 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
/external/python/cpython3/Python/
Dcompile.c1819 int docstring; in compiler_function() local