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.py52 module = self.util.module_from_spec(spec)
59 module = self.util.module_from_spec(spec)
73 module = self.util.module_from_spec(spec)
79 module = self.util.module_from_spec(spec)
84 module = self.util.module_from_spec(spec)
90 module = self.util.module_from_spec(spec)
95 module = self.util.module_from_spec(spec)
100 module = self.util.module_from_spec(spec)
106 module = self.util.module_from_spec(spec)
113 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.py576 def module_from_spec(spec): function
670 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.rst189 Use :func:`importlib.util.module_from_spec` to create a new module if you
Dimportlib.rst1464 .. function:: module_from_spec(spec)
1646 module = importlib.util.module_from_spec(spec)
1667 module = importlib.util.module_from_spec(spec)
1742 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