Home
last modified time | relevance | path

Searched defs:import_ (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/python/cpython3/Tools/importbench/
Dimportbench.py165 def main(import_, options): argument
240 import_ = __import__ variable
242 import_ = importlib.__import__ variable
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/importlib/
H A D_bootstrap.py1120 def _find_and_load_unlocked(name, import_): argument
1165 def _find_and_load(name, import_): argument
1207 def _handle_fromlist(module, fromlist, import_, *, recursive=False): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/importlib/
D_bootstrap.py1120 def _find_and_load_unlocked(name, import_): argument
1165 def _find_and_load(name, import_): argument
1207 def _handle_fromlist(module, fromlist, import_, *, recursive=False): argument
/aosp_15_r20/external/python/cpython3/Lib/test/test_importlib/source/
Dtest_file_loader.py377 def import_(self, file, module_name): member in BadBytecodeTest
508 def import_(self, file, module_name): member in BadBytecodeTestPEP451
517 def import_(self, file, module_name): member in BadBytecodeTestPEP302
Dtest_finder.py47 def import_(self, root, module): member in FinderTests
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/importlib/
D_bootstrap.py1120 def _find_and_load_unlocked(name, import_): argument
1165 def _find_and_load(name, import_): argument
1207 def _handle_fromlist(module, fromlist, import_, *, recursive=False): argument
/aosp_15_r20/external/python/cpython3/Lib/importlib/
D_bootstrap.py1120 def _find_and_load_unlocked(name, import_): argument
1165 def _find_and_load(name, import_): argument
1207 def _handle_fromlist(module, fromlist, import_, *, recursive=False): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/importlib/
D_bootstrap.py1120 def _find_and_load_unlocked(name, import_): argument
1165 def _find_and_load(name, import_): argument
1207 def _handle_fromlist(module, fromlist, import_, *, recursive=False): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/importlib/
D_bootstrap.py1120 def _find_and_load_unlocked(name, import_): argument
1165 def _find_and_load(name, import_): argument
1207 def _handle_fromlist(module, fromlist, import_, *, recursive=False): argument
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/api/
Dmain_test.go594 func (w *Walker) import_(name string) (*apiPackage, error) { func
/aosp_15_r20/external/python/cpython3/Lib/test/libregrtest/
Dsave_env.py152 def restore___import__(self, import_): argument
/aosp_15_r20/external/emboss/compiler/front_end/
H A Dformat_emb.py392 def _import_line(import_, filename, as_, name, comment, eol): argument
H A Dmodule_ir.py284 def _import(import_, file_name, as_, local_name, comment, eol): argument