class modulefinder.ModuleFinder(path=None, debug=0, excludes=[], replace_paths=[]) This class provides run_script()
name The name of the module the loader will handle.
run_script(pathname) Analyze the contents of the pathname file, which must contain Python code.
name
loader_state
is_package(fullname) Return True if the module specified by fullname is a package. Raise ZipImportError
pkgutil.extend_path(path, name) Extend the search path for the modules which comprise a package. Intended use is to place the
class importlib.machinery.BuiltinImporter An importer for built-in modules. All known
get_filename(fullname) Returns path. New
exec_module(module) Initializes the given module object in accordance with
Page 7 of 15