get_filename(fullname) Returns path. New
name
create_module(spec) A method that returns the module object to use when importing a module. This method may return None
class importlib.machinery.BuiltinImporter An importer for built-in modules. All known
cached
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.
modulefinder.AddPackagePath(pkg_name, path) Record that the package named pkg_name can be found in the specified path
path The path to the bytecode file.
pkgutil.extend_path(path, name) Extend the search path for the modules which comprise a package. Intended use is to place the
Page 7 of 15