importlib

E431931

importlib is a Python standard library module that provides the implementation of the import mechanism, allowing programs to dynamically import and manage modules.

All labels observed (10)

How this entity was disambiguated

Statements (51)

Predicate Object
instanceOf Python standard library module
module
availableInVersion Python 2.7
Python 3.x
definedIn CPython distribution
designedFor fine-grained control over imports
documentedIn Python official documentation
hasSubmodule importlib.abc
importlib.invalidate_caches
importlib.machinery
importlib.metadata
linked to: importlib

importlib.resources
importlib.util
implements Python import mechanism
introducedInVersion Python 3.1
partOf Python standard library
programmingLanguage Python
providesClass importlib.abc.Loader
importlib.abc.MetaPathFinder
importlib.abc.PathEntryFinder
importlib.machinery.BuiltinImporter
importlib.machinery.FileFinder
linked to: importlib

importlib.machinery.FrozenImporter
linked to: importlib

importlib.machinery.ModuleSpec
linked to: importlib

importlib.machinery.PathFinder
linked to: importlib

importlib.machinery.SourceFileLoader
linked to: importlib
providesFunction import_module
importlib.metadata.distribution
importlib.metadata.entry_points
importlib.metadata.metadata
importlib.metadata.version
importlib.resources.as_file
importlib.resources.files
importlib.resources.open_binary
importlib.resources.open_text
importlib.resources.read_binary
importlib.resources.read_text
importlib.util.find_spec
importlib.util.module_from_spec
importlib.util.spec_from_file_location
importlib.util.spec_from_loader
invalidate_caches
reload
replaces some functionality of the built-in __import__
supports dynamic module import
programmatic module import
usedFor accessing distribution metadata
accessing package resources
finding module specifications
loading modules
reloading modules

How these facts were elicited

Referenced by (10)

Full triples — surface form annotated when it differs from this entity's canonical label.

importlib hasSubmodule importlib.metadata
linked to: importlib
importlib providesClass importlib.machinery.ModuleSpec
linked to: importlib
importlib providesClass importlib.machinery.SourceFileLoader
linked to: importlib
importlib providesClass importlib.machinery.FileFinder
linked to: importlib
importlib providesClass importlib.machinery.PathFinder
linked to: importlib
importlib providesClass importlib.machinery.FrozenImporter
linked to: importlib
Python 3.7 introducesFeature importlib.resources module
linked to: importlib
Python 3.7 hasStandardLibraryModule importlib.resources
linked to: importlib
PEP 552 relatedTo Python importlib
linked to: importlib