Lines Matching refs:importlib
11 The :mod:`imp` package is pending deprecation in favor of :mod:`importlib`.
29 Use :attr:`importlib.util.MAGIC_NUMBER` instead.
44 Use the constants defined on :mod:`importlib.machinery` instead.
86 Use :func:`importlib.util.find_spec` instead unless Python 3.3
88 :func:`importlib.find_loader`. For example usage of the former case,
89 see the :ref:`importlib-examples` section of the :mod:`importlib`
115 consider using :func:`importlib.import_module`, otherwise use the loader
119 :func:`importlib.util.spec_from_file_location` and
120 :func:`importlib.util.module_from_spec`. See the :ref:`importlib-examples`
121 section of the :mod:`importlib` documentation for details of the various
131 Use :func:`importlib.util.module_from_spec` instead.
194 Use :func:`importlib.reload` instead.
220 Use :func:`importlib.util.cache_from_source` instead.
241 Use :func:`importlib.util.source_from_cache` instead.