Lines Matching defs:the
9 # modules would get an uninitialised copy of the source version, instead
10 # of a fully initialised version (either the frozen one or the one
11 # initialised below if the frozen one is not available).
12 import _imp # Just the builtin component, NOT the full Python module
21 # importlib._bootstrap is the built-in import, ensure we don't create
22 # a second copy of the module.
66 """Call the invalidate_caches() method on all meta path finders stored in
74 """Return the loader for the specified module.
112 specifies the package to use as the anchor point from which to resolve the
119 msg = ("the 'package' argument is required to perform a relative "
133 """Reload the module and return it.
168 raise ModuleNotFoundError(f"spec not found for the module {name!r}", name=name)