Home
last modified time | relevance | path

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

/third_party/abseil-cpp/absl/copts/
Dgenerate_copts.py45 def docstring(self): member in CMakeStyle
64 def docstring(self): member in StarlarkStyle
/third_party/python/Tools/pynche/
DMain.py83 def docstring(): function
/third_party/python/Modules/
Dmathmodule.c1059 #define FUNC1(funcname, func, can_overflow, docstring) \ argument
1065 #define FUNC1A(funcname, func, docstring) \ argument
1071 #define FUNC2(funcname, func, docstring) \ argument
/third_party/python/Python/
Dast_opt.c433 int docstring = _PyAST_GetDocString(stmts) != NULL; in astfold_body() local
Dcompile.c1751 PyObject *docstring; in compiler_body() local
2133 PyObject *qualname, *docstring = NULL; in compiler_function() local
/third_party/python/Lib/
Ddoctest.py528 def __init__(self, examples, globs, name, filename, lineno, docstring): argument
/third_party/python/Tools/clinic/
Dclinic.py2176 docstring=None, kind=CALLABLE, coexist=False, argument
2255 docstring=None, group=0): argument