Home
last modified time | relevance | path

Searched defs:docstring (Results 26 – 50 of 54) sorted by relevance

123

/aosp_15_r20/external/tensorflow/tensorflow/python/tools/api/generator/
H A Ddoc_srcs.py29 def __init__(self, docstring=None, docstring_module_name=None): argument
/aosp_15_r20/external/python/cpython2/Tools/framer/framer/
Dtemplate.py58 docstring = """\ variable
/aosp_15_r20/external/python/cpython2/Tools/pynche/
DMain.py83 def docstring(): function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_compileall.py984 def create_code(self, docstring=False, assertion=False): argument
1011 def check_hardlinks(self, script, docstring=False, assertion=False): argument
/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_macros/src/
Dobject.rs13 let docstring = extract_docstring(&input.attrs)?; in expand_object() localVariable
Dfnsig.rs30 pub docstring: String, field
/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_macros/src/export/
Dutrait.rs162 let docstring = extract_docstring(&item.attrs)?; in process_uniffi_trait_method() localVariable
/aosp_15_r20/external/python/cpython3/Modules/
Dmathmodule.c1156 #define FUNC1(funcname, func, can_overflow, docstring) \ argument
1162 #define FUNC1A(funcname, func, docstring) \ argument
1168 #define FUNC2(funcname, func, docstring) \ argument
/aosp_15_r20/external/bcc/libbpf-tools/android/
H A Dargp.h40 const char *docstring; member
/aosp_15_r20/external/tensorflow/tensorflow/python/util/
H A Ddecorator_utils.py31 def _normalize_docstring(docstring): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/data/util/
H A Doptions.py88 def create_option(name, ty, docstring, default_factory=lambda: None): argument
/aosp_15_r20/external/fonttools/Lib/fontTools/misc/
H A Dsymfont.py116 def printGreenPen(penName, funcs, file=sys.stdout, docstring=None): argument
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/utils/
H A Dmarkdown.py261 def md_docstring(docstring): argument
/aosp_15_r20/external/python/absl-py/absl/tests/
Dapp_test.py43 def patch_main_module_docstring(docstring): argument
/aosp_15_r20/build/make/tools/releasetools/
H A Dcommon.py2730 def Usage(docstring): argument
2736 docstring, argument
/aosp_15_r20/external/python/cpython3/Python/
Dast_opt.c662 int docstring = _PyAST_GetDocString(stmts) != NULL; in astfold_body() local
/aosp_15_r20/external/python/cpython3/Tools/clinic/
Dclinic.py2311 docstring=None, kind=CALLABLE, coexist=False, argument
2390 docstring=None, group=0): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Ddoctest.py529 def __init__(self, examples, globs, name, filename, lineno, docstring): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Ddoctest.py529 def __init__(self, examples, globs, name, filename, lineno, docstring): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Ddoctest.py529 def __init__(self, examples, globs, name, filename, lineno, docstring): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Ddoctest.py529 def __init__(self, examples, globs, name, filename, lineno, docstring): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Ddoctest.py529 def __init__(self, examples, globs, name, filename, lineno, docstring): argument
/aosp_15_r20/external/python/cpython3/Lib/
Ddoctest.py529 def __init__(self, examples, globs, name, filename, lineno, docstring): argument
/aosp_15_r20/external/python/cpython2/Lib/
Ddoctest.py523 def __init__(self, examples, globs, name, filename, lineno, docstring): argument
/aosp_15_r20/external/python/cpython2/Python/
Dcompile.c1359 int i, n, docstring; in compiler_function() local

123