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 (1)

Label Occurrences
importlib canonical 1

How this entity was disambiguated

Statements (51)

Predicate Object
instanceOf Python standard library module
module
availableInVersion Python 2.7 NERFINISHED
Python 3.x NERFINISHED
definedIn CPython distribution
designedFor fine-grained control over imports
documentedIn Python official documentation
hasSubmodule importlib.abc
importlib.invalidate_caches
importlib.machinery
importlib.metadata NERFINISHED
importlib.resources
importlib.util
implements Python import mechanism
introducedInVersion Python 3.1 NERFINISHED
partOf Python standard library
programmingLanguage Python
providesClass importlib.abc.Loader
importlib.abc.MetaPathFinder
importlib.abc.PathEntryFinder
importlib.machinery.BuiltinImporter
importlib.machinery.FileFinder NERFINISHED
importlib.machinery.FrozenImporter NERFINISHED
importlib.machinery.ModuleSpec NERFINISHED
importlib.machinery.PathFinder NERFINISHED
importlib.machinery.SourceFileLoader NERFINISHED
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 (1)

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