Home
last modified time | relevance | path

Searched defs:bytecode_path (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/test/test_importlib/source/
Dtest_file_loader.py376 def test(name, mapping, bytecode_path): argument
384 def test(name, mapping, bytecode_path): argument
395 def test(name, mapping, bytecode_path): argument
406 def test(name, mapping, bytecode_path): argument
524 def test(name, mapping, bytecode_path): argument
533 def test(name, mapping, bytecode_path): argument
541 def test(name, mapping, bytecode_path): argument
548 def test(name, mapping, bytecode_path): argument
557 def test(name, mapping, bytecode_path): argument
564 def test(name, mapping, bytecode_path): argument
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
Dgenerator.py40 bytecode_path=None, for_blink=False, use_once_callback=False, argument
/external/python/cpython3/Lib/importlib/
D_bootstrap_external.py342 def _get_sourcefile(bytecode_path): argument
485 def _compile_bytecode(data, name=None, bytecode_path=None, source_path=None): argument
845 def _cache_bytecode(self, source_path, bytecode_path, data): argument
/external/python/cpython3/Lib/test/test_importlib/
Dutil.py303 def ensure_bytecode_path(bytecode_path): argument