name The name of the module that this loader will handle.
class importlib.abc.FileLoader(fullname, path) An abstract base class which inherits from ResourceLoader and
path The path the finder will search in.
path Path to the file of the module.
importlib.machinery.BYTECODE_SUFFIXES A list of strings representing the recognized file suffixes for bytecode modules (including
class pkgutil.ImpLoader(fullname, file, filename, etc)
@importlib.util.set_loader A decorator for importlib.abc.Loader.load_module()
classmethod factory(loader) A static method which returns a callable that creates a lazy loader. This is meant to be used in
find_loader(fullname) A legacy method for finding a loader for the specified module.
is_package(fullname) Return true if path appears to be for a package.
Page 11 of 15