load_module(name=None)
class importlib.machinery.BuiltinImporter An importer for built-in modules. All known
exec_module(module) Initializes the given module object in accordance with
cached
loader_state
run_script(pathname) Analyze the contents of the pathname file, which must contain Python code.
path The path to the bytecode file.
create_module(spec) A method that returns the module object to use when importing a module. This method may return None
modulefinder.ReplacePackage(oldname, newname) Allows specifying that the module named oldname is in fact the package
name The name of the module the loader will handle.
Page 7 of 15