Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_importlib/
Dtest_util.py51 module = self.util.module_from_spec(spec)
58 module = self.util.module_from_spec(spec)
72 module = self.util.module_from_spec(spec)
78 module = self.util.module_from_spec(spec)
83 module = self.util.module_from_spec(spec)
89 module = self.util.module_from_spec(spec)
94 module = self.util.module_from_spec(spec)
99 module = self.util.module_from_spec(spec)
105 module = self.util.module_from_spec(spec)
112 module = self.util.module_from_spec(spec)
Dtest_spec.py253 module = self.util.module_from_spec(self.spec)
/external/python/cpython3/Lib/importlib/
Dutil.py3 from ._bootstrap import module_from_spec
D_bootstrap.py553 def module_from_spec(spec): function
648 module = module_from_spec(spec)
/external/python/cpython3/Lib/test/test_importlib/extension/
Dtest_loader.py169 module = importlib.util.module_from_spec(spec)
/external/python/cpython3/Doc/library/
Dimp.rst120 :func:`importlib.util.module_from_spec`. See the :ref:`importlib-examples`
131 Use :func:`importlib.util.module_from_spec` instead.
Dtypes.rst141 Use :func:`importlib.util.module_from_spec` to create a new module if you
Dimportlib.rst1215 .. function:: module_from_spec(spec)
1389 module = importlib.util.module_from_spec(spec)
1410 module = importlib.util.module_from_spec(spec)
1484 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/
DNEWS7744 - Issue #20383: Introduce importlib.util.module_from_spec() as the preferred way