Home
last modified time | relevance | path

Searched refs:module_from_spec (Results 1 – 17 of 17) sorted by relevance

/external/python/cpython3/Lib/test/test_importlib/
Dtest_util.py53 module = self.util.module_from_spec(spec)
60 module = self.util.module_from_spec(spec)
74 module = self.util.module_from_spec(spec)
80 module = self.util.module_from_spec(spec)
85 module = self.util.module_from_spec(spec)
91 module = self.util.module_from_spec(spec)
96 module = self.util.module_from_spec(spec)
101 module = self.util.module_from_spec(spec)
107 module = self.util.module_from_spec(spec)
114 module = self.util.module_from_spec(spec)
Dtest_spec.py253 module = self.util.module_from_spec(self.spec)
/external/tensorflow/tensorflow/python/autograph/pyct/
Dloader.py62 module = importlib.util.module_from_spec(spec)
/external/python/cpython3/Tools/peg_generator/pegen/
Dtestutil.py69 mod = importlib.util.module_from_spec(spec)
/external/tensorflow/tensorflow/python/tpu/
Dtpu_test_wrapper_test.py207 test_module = importlib.util.module_from_spec(spec)
/external/rust/crates/grpcio-sys/grpc/tools/buildgen/
Dmako_renderer.py39 module = importlib.util.module_from_spec(spec)
/external/python/cpython3/Lib/importlib/
Dutil.py3 from ._bootstrap import module_from_spec
D_bootstrap.py558 def module_from_spec(spec): function
666 module = module_from_spec(spec)
/external/python/cpython3/Lib/test/test_importlib/extension/
Dtest_loader.py169 module = importlib.util.module_from_spec(spec)
/external/pigweed/pw_protobuf_compiler/py/pw_protobuf_compiler/
Dpython_protos.py70 module = importlib.util.module_from_spec(spec)
/external/python/cpython3/Doc/library/
Dimp.rst119 :func:`importlib.util.module_from_spec`. See the :ref:`importlib-examples`
130 Use :func:`importlib.util.module_from_spec` instead.
Dtypes.rst216 Use :func:`importlib.util.module_from_spec` to create a new module if you
Dimportlib.rst1512 .. function:: module_from_spec(spec)
1693 module = importlib.util.module_from_spec(spec)
1716 module = importlib.util.module_from_spec(spec)
1790 module = importlib.util.module_from_spec(spec)
/external/python/cpython3/Lib/test/
Dtest_capi.py828 module = importlib.util.module_from_spec(spec)
/external/python/cpython3/Doc/whatsnew/
D3.5.rst1275 The new :func:`util.module_from_spec() <importlib.util.module_from_spec>`
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a1.rst3399 Introduce importlib.util.module_from_spec() as the preferred way to create a
D3.9.0a1.rst3793 importlib.util.module_from_spec() immediately into sys.modules instead of