Searched defs:import_ (Results 1 – 6 of 6) sorted by relevance
| /third_party/python/Tools/importbench/ |
| D | importbench.py | 165 def main(import_, options): argument 240 import_ = __import__ variable 242 import_ = importlib.__import__ variable
|
| /third_party/python/Lib/test/test_importlib/source/ |
| D | test_finder.py | 47 def import_(self, root, module): member in FinderTests
|
| D | test_file_loader.py | 377 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
|
| /third_party/python/Lib/importlib/ |
| D | _bootstrap.py | 1120 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
|
| /third_party/node/test/fixtures/wpt/wasm/jsapi/module/ |
| D | imports.any.js | 4 function assert_ModuleImportDescriptor(import_, expected) { argument
|
| /third_party/python/Lib/test/libregrtest/ |
| D | save_env.py | 152 def restore___import__(self, import_): argument
|