Lines Matching refs:importlib
66 is now fully :pep:`302` compliant and available in :mod:`importlib`.
75 is now fully :pep:`302` compliant and available in :mod:`importlib`.
83 :func:`importlib.util.find_spec` that converts most failures to
88 Updated to be based directly on :mod:`importlib` rather than relying
105 Updated to be based directly on :mod:`importlib` rather than relying
120 Updated to be based directly on :mod:`importlib` rather than relying
141 Updated to be based directly on :mod:`importlib` rather than relying
158 implementations for :class:`importlib.machinery.FileFinder` and
162 Updated to be based directly on :mod:`importlib` rather than relying
197 implementations for :class:`importlib.machinery.FileFinder` and
201 Updated to be based directly on :mod:`importlib` rather than relying
210 :meth:`get_data <importlib.abc.ResourceLoader.get_data>` API. The
226 which does not support :meth:`get_data <importlib.abc.ResourceLoader.get_data>`,
229 :meth:`get_data <importlib.abc.ResourceLoader.get_data>`.