exception zipimport.ZipImportError Exception raised by zipimporter objects. It’s a subclass of
run_script(pathname) Analyze the contents of the pathname file, which must contain Python code.
name The name of the module the loader will handle.
path The path to the bytecode file.
modulefinder.ReplacePackage(oldname, newname) Allows specifying that the module named oldname is in fact the package
modulefinder.AddPackagePath(pkg_name, path) Record that the package named pkg_name can be found in the specified path
load_module(name=None)
loader_state
exec_module(module) Initializes the given module object in accordance with
cached
Page 6 of 15