Searched defs:docstring (Results 1 – 9 of 9) sorted by relevance
| /third_party/abseil-cpp/absl/copts/ |
| D | generate_copts.py | 45 def docstring(self): member in CMakeStyle 64 def docstring(self): member in StarlarkStyle
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/copts/ |
| D | generate_copts.py | 45 def docstring(self): member in CMakeStyle 64 def docstring(self): member in StarlarkStyle
|
| /third_party/python/Tools/pynche/ |
| D | Main.py | 83 def docstring(): function
|
| /third_party/python/Lib/test/ |
| D | test_compileall.py | 927 def create_code(self, docstring=False, assertion=False): argument 954 def check_hardlinks(self, script, docstring=False, assertion=False): argument
|
| /third_party/python/Modules/ |
| D | mathmodule.c | 1136 #define FUNC1(funcname, func, can_overflow, docstring) \ argument 1142 #define FUNC1A(funcname, func, docstring) \ argument 1148 #define FUNC2(funcname, func, docstring) \ argument
|
| /third_party/python/Python/ |
| D | ast_opt.c | 429 int docstring = _PyAST_GetDocString(stmts) != NULL; in astfold_body() local
|
| D | compile.c | 1785 PyObject *docstring; in compiler_body() local 2207 PyObject *qualname, *docstring = NULL; in compiler_function() local
|
| /third_party/python/Lib/ |
| D | doctest.py | 528 def __init__(self, examples, globs, name, filename, lineno, docstring): argument
|
| /third_party/python/Tools/clinic/ |
| D | clinic.py | 2213 docstring=None, kind=CALLABLE, coexist=False, argument 2292 docstring=None, group=0): argument
|