importlib.abc.MetaPathFinder
  • References/Python/Python/Importing

class importlib.abc.MetaPathFinder An abstract base class representing a meta path finder

2025-01-10 15:47:30
importlib.machinery.EXTENSION_SUFFIXES
  • References/Python/Python/Importing

importlib.machinery.EXTENSION_SUFFIXES A list of strings representing the recognized file suffixes for extension modules.

2025-01-10 15:47:30
importlib.machinery.ModuleSpec.name
  • References/Python/Python/Importing

name

2025-01-10 15:47:30
importlib.abc.Loader.create_module()
  • References/Python/Python/Importing

create_module(spec) A method that returns the module object to use when importing a module. This method may return None

2025-01-10 15:47:30
importlib.machinery.PathFinder
  • References/Python/Python/Importing

class importlib.machinery.PathFinder A Finder for

2025-01-10 15:47:30
importlib.machinery.BuiltinImporter
  • References/Python/Python/Importing

class importlib.machinery.BuiltinImporter An importer for built-in modules. All known

2025-01-10 15:47:30
importlib.abc.PathEntryFinder.find_module()
  • References/Python/Python/Importing

find_module(fullname) A concrete implementation of Finder.find_module() which is equivalent to self.find

2025-01-10 15:47:30
importlib.machinery.ExtensionFileLoader.get_filename()
  • References/Python/Python/Importing

get_filename(fullname) Returns path. New

2025-01-10 15:47:30
pkgutil.extend_path()
  • References/Python/Python/Importing

pkgutil.extend_path(path, name) Extend the search path for the modules which comprise a package. Intended use is to place the

2025-01-10 15:47:30
modulefinder.ModuleFinder
  • References/Python/Python/Importing

class modulefinder.ModuleFinder(path=None, debug=0, excludes=[], replace_paths=[]) This class provides run_script()

2025-01-10 15:47:30