Home
last modified time | relevance | path

Searched defs:docstring (Results 1 – 16 of 16) 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/tensorflow/tensorflow/python/data/util/
Doptions.py59 def create_option(name, ty, docstring, default_factory=lambda: None): argument
/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.py261 def md_docstring(docstring): argument
/external/python/cpython3/Modules/
Dmathmodule.c1055 #define FUNC1(funcname, func, can_overflow, docstring) \ argument
1061 #define FUNC1A(funcname, func, docstring) \ argument
1067 #define FUNC2(funcname, func, docstring) \ argument
/external/python/cpython3/Python/
Dast_opt.c433 int docstring = _PyAST_GetDocString(stmts) != NULL; in astfold_body() local
Dcompile.c1747 PyObject *docstring; in compiler_body() local
2129 PyObject *qualname, *docstring = NULL; in compiler_function() local
/external/python/cpython3/Lib/
Ddoctest.py521 def __init__(self, examples, globs, name, filename, lineno, docstring): argument
/external/tensorflow/tensorflow/tools/docs/
Dparser.py535 def _parse_function_details(docstring): argument
/external/python/cpython2/Lib/
Ddoctest.py523 def __init__(self, examples, globs, name, filename, lineno, docstring): argument
/external/python/cpython3/Tools/clinic/
Dclinic.py2176 docstring=None, kind=CALLABLE, coexist=False, argument
2255 docstring=None, group=0): argument
/external/python/cpython2/Python/
Dcompile.c1359 int i, n, docstring; in compiler_function() local