abstractmethod get_data(path) Reads path as a binary file and returns the bytes from it.
cached
modulefinder.AddPackagePath(pkg_name, path) Record that the package named pkg_name can be found in the specified path
importlib.util.decode_source(source_bytes) Decode the given bytes representing source code and return it as a string with universal
class importlib.machinery.PathFinder A Finder for
importlib.machinery.EXTENSION_SUFFIXES A list of strings representing the recognized file suffixes for extension modules.
modulefinder.ReplacePackage(oldname, newname) Allows specifying that the module named oldname is in fact the package
create_module(spec) A method that returns the module object to use when importing a module. This method may return None
load_module(name=None)
find_module(fullname) A concrete implementation of Finder.find_module() which is equivalent to self.find
Page 6 of 15