pkgutil.iter_modules(path=None, prefix='') Yields (module_finder, name, ispkg) for all submodules on path
abstractmethod get_data(path) An abstract method to return the bytes for the data located at path. Loaders that have
class importlib.abc.Loader An abstract base class for a loader. See
get_code(fullname) Concrete implementation of InspectLoader.get_code().
name Name of the module the loader supports.
find_spec(fullname, target=None) An abstract method for finding a spec for the specified
class importlib.abc.InspectLoader An abstract base class for a loader which implements
importlib.util.MAGIC_NUMBER The bytes which represent the bytecode version number. If you need help with loading/writing bytecode
@importlib.util.module_for_loader A decorator for importlib.abc.Loader.load_module()
pkgutil.iter_importers(fullname='') Yield
Page 9 of 15