Crate oxidized_importer
source ·Expand description
oxidized_importer Python extension.
Structs
Holds state for the custom MetaPathFinder.
Python type to import modules.
A meta path finder that reads from zip archives.
Defines Python resources available for import.
Read Python resources from a zip file.
Enums
A source for packed resources data.
Constants
Null terminated OXIDIZED_IMPORTER_NAME_STR.
Name of Python extension module.
Functions
Module initialization function.
Prepend a path hook to
sys.path_hooks that works with OxidizedFinder.Undoes the actions of
importlib._bootstrap_external initialization.Replace all meta path importers with an OxidizedFinder instance and return it.