class pkgutil.ImpLoader(fullname, file, filename, etc)
class importlib.machinery.SourcelessFileLoader(fullname, path) A concrete implementation of importlib.abc.FileLoader
path The path to the source file.
@importlib.util.set_loader A decorator for importlib.abc.Loader.load_module()
importlib.machinery.DEBUG_BYTECODE_SUFFIXES A list of strings representing the file suffixes for non-optimized bytecode modules
path Path to the file of the module.
importlib.machinery.SOURCE_SUFFIXES A list of strings representing the recognized file suffixes for source modules.
importlib.machinery.BYTECODE_SUFFIXES A list of strings representing the recognized file suffixes for bytecode modules (including
importlib.machinery.OPTIMIZED_BYTECODE_SUFFIXES A list of strings representing the file suffixes for optimized bytecode modules
invalidate_caches() An optional method which, when called, should invalidate any internal cache used by the finder. Used by
Page 11 of 15