abstractmethod get_data(path) Reads path as a binary file and returns the bytes from it.
class importlib.machinery.PathFinder A Finder for
importlib.machinery.EXTENSION_SUFFIXES A list of strings representing the recognized file suffixes for extension modules.
exec_module(module) Initializes the given module object in accordance with
class importlib.abc.MetaPathFinder An abstract base class representing a meta path finder
loader_state
load_module(name=None)
modulefinder.ReplacePackage(oldname, newname) Allows specifying that the module named oldname is in fact the package
find_module(fullname) A concrete implementation of Finder.find_module() which is equivalent to self.find
importlib.util.decode_source(source_bytes) Decode the given bytes representing source code and return it as a string with universal
Page 6 of 15