abstractmethod find_module(fullname, path=None) An abstact method for finding a loader
class importlib.machinery.PathFinder A Finder for
find_module(fullname) A concrete implementation of Finder.find_module() which is equivalent to self.find
importlib.machinery.EXTENSION_SUFFIXES A list of strings representing the recognized file suffixes for extension modules.
name
pkgutil.extend_path(path, name) Extend the search path for the modules which comprise a package. Intended use is to place the
get_filename(fullname) Returns path. New
class importlib.abc.MetaPathFinder An abstract base class representing a meta path finder
importlib.util.decode_source(source_bytes) Decode the given bytes representing source code and return it as a string with universal
is_package(fullname) Return True if the module specified by fullname is a package. Raise ZipImportError
Page 6 of 15