Expand description
oxidized_importer Python extension.
Structs§
- Importer
State - Holds state for the custom MetaPathFinder.
- Oxidized
Finder - Python type to import modules.
- Oxidized
ZipFinder - A meta path finder that reads from zip archives.
- PyTemp
Dir - Python
Resources State - Defines Python resources available for import.
- ZipIndex
- Read Python resources from a zip file.
Enums§
- Packed
Resources Source - A source for packed resources data.
Constants§
- OXIDIZED_
IMPORTER_ NAME - Null terminated OXIDIZED_IMPORTER_NAME_STR.
- OXIDIZED_
IMPORTER_ NAME_ STR - Name of Python extension module.
Functions§
- PyInit_
oxidized_ importer - Module initialization function.
- install_
path_ hook - Prepend a path hook to
sys.path_hooks
that works with OxidizedFinder. - remove_
external_ importers - Undoes the actions of
importlib._bootstrap_external
initialization. - replace_
meta_ path_ importers - Replace all meta path importers with an OxidizedFinder instance and return it.