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.py259 def md_docstring(docstring): argument
/external/python/cpython3/Modules/
Dmathmodule.c1032 #define FUNC1(funcname, func, can_overflow, docstring) \ argument
1038 #define FUNC1A(funcname, func, docstring) \ argument
1044 #define FUNC2(funcname, func, docstring) \ argument
/external/python/cpython3/Python/
Dast_opt.c473 int docstring = isdocstring((stmt_ty)asdl_seq_GET(stmts, 0)); in astfold_body() local
Dcompile.c1880 int docstring; in compiler_function() local
/external/tensorflow/tensorflow/tools/docs/
Dparser.py532 def _parse_function_details(docstring): argument
/external/python/cpython3/Lib/
Ddoctest.py521 def __init__(self, examples, globs, name, filename, lineno, docstring): argument
/external/python/cpython3/Tools/clinic/
Dclinic.py2076 docstring=None, kind=CALLABLE, coexist=False, argument
2155 docstring=None, group=0): argument
/external/python/cpython2/Lib/
Ddoctest.py523 def __init__(self, examples, globs, name, filename, lineno, docstring): argument
/external/python/cpython2/Python/
Dcompile.c1359 int i, n, docstring; in compiler_function() local