Home
last modified time | relevance | path

Searched refs:spec_from_file_location (Results 1 – 20 of 20) sorted by relevance

/external/python/cpython3/Lib/test/test_importlib/
Dtest_spec.py647 spec = self.util.spec_from_file_location(self.name, self.path)
664 spec = self.util.spec_from_file_location(self.name,
669 spec = self.util.spec_from_file_location(self.name)
674 spec = self.util.spec_from_file_location(self.name, 'spam.eggs')
679 spec = self.util.spec_from_file_location(self.name,
691 spec = self.util.spec_from_file_location(self.name,
707 spec = self.util.spec_from_file_location(self.name, loader=loader)
718 spec = self.util.spec_from_file_location(self.name, self.path,
731 spec = self.util.spec_from_file_location(self.name, self.path,
744 spec = self.util.spec_from_file_location(self.name, self.path,
[all …]
Dutil.py287 spec = util.spec_from_file_location(
/external/python/cpython3/Lib/
Dimp.py167 spec = util.spec_from_file_location(name, pathname, loader=loader)
187 spec = util.spec_from_file_location(name, pathname, loader=loader)
211 spec = util.spec_from_file_location(name, path,
Dpydoc.py370 spec = importlib.util.spec_from_file_location('__temp__', filename,
404 spec = importlib.util.spec_from_file_location(name, path, loader=loader)
/external/tensorflow/tensorflow/python/autograph/pyct/
Dloader.py61 spec = importlib.util.spec_from_file_location(module_name, file_name)
/external/python/cpython3/Lib/importlib/
D_bootstrap.py420 spec_from_file_location = _bootstrap_external.spec_from_file_location
423 return spec_from_file_location(name, loader=loader)
425 return spec_from_file_location(name, loader=loader,
Dutil.py12 from ._bootstrap_external import spec_from_file_location
D_bootstrap_external.py636 def spec_from_file_location(name, location=None, *, loader=None, function
1435 return spec_from_file_location(fullname, path, loader=loader,
1553 spec = spec_from_file_location(name, pathname, loader=loader)
/external/python/cpython3/Lib/test/
Dtest_runpy.py248 mod_spec = importlib.util.spec_from_file_location(mod_name,
282 new_spec = importlib.util.spec_from_file_location(spec.name,
615 mod_spec = importlib.util.spec_from_file_location(spec_name,
639 mod_spec = importlib.util.spec_from_file_location(run_name,
Dtest_doctest.py2674 return importlib.util.spec_from_file_location(fullname, path, loader=self)
Dtest_pkgutil.py5 from importlib.util import spec_from_file_location
297 return spec_from_file_location(fullname,
/external/python/cpython3/Tools/peg_generator/pegen/
Dtestutil.py68 spec = importlib.util.spec_from_file_location(full_name, path)
/external/tensorflow/tensorflow/python/tpu/
Dtpu_test_wrapper_test.py206 spec = importlib.util.spec_from_file_location('testmodule', fp)
/external/rust/crates/grpcio-sys/grpc/tools/buildgen/
Dmako_renderer.py38 spec = importlib.util.spec_from_file_location(module_name, path)
/external/pigweed/pw_protobuf_compiler/py/pw_protobuf_compiler/
Dpython_protos.py69 spec = importlib.util.spec_from_file_location(name, path)
/external/python/jinja/tests/
Dtest_loader.py362 return importlib.util.spec_from_file_location(
/external/python/cpython3/Doc/library/
Dimp.rst118 :func:`importlib.util.spec_from_file_location` and
Dimportlib.rst1599 .. function:: spec_from_file_location(name, location, *, loader=None, submodule_search_locations=No…
1715 spec = importlib.util.spec_from_file_location(module_name, file_path)
/external/python/cpython3/
Dsetup.py606 spec = importlib.util.spec_from_file_location(ext.name, ext_filename,
/external/python/cpython3/Doc/whatsnew/
D3.6.rst1214 :func:`importlib.util.spec_from_file_location` now accept a