Searched defs:bytecode_path (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/test/test_importlib/source/ |
D | test_file_loader.py | 536 def test(name, mapping, bytecode_path): argument 544 def test(name, mapping, bytecode_path): argument 555 def test(name, mapping, bytecode_path): argument 566 def test(name, mapping, bytecode_path): argument 705 def test(name, mapping, bytecode_path): argument 714 def test(name, mapping, bytecode_path): argument 722 def test(name, mapping, bytecode_path): argument 729 def test(name, mapping, bytecode_path): argument 738 def test(name, mapping, bytecode_path): argument 745 def test(name, mapping, bytecode_path): argument [all …]
|
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/ |
D | generator.py | 163 bytecode_path=None, for_blink=False, use_once_callback=False, argument
|
/external/python/cpython3/Lib/importlib/ |
D | _bootstrap_external.py | 350 def _get_sourcefile(bytecode_path): argument 523 def _compile_bytecode(data, name=None, bytecode_path=None, source_path=None): argument 956 def _cache_bytecode(self, source_path, bytecode_path, data): argument
|
/external/python/cpython3/Lib/test/test_importlib/ |
D | util.py | 310 def ensure_bytecode_path(bytecode_path): argument
|