Crate oxidized_importer

Source
Expand description

oxidized_importer Python extension.

Structs§

ImporterState
Holds state for the custom MetaPathFinder.
OxidizedFinder
Python type to import modules.
OxidizedZipFinder
A meta path finder that reads from zip archives.
PyTempDir
PythonResourcesState
Defines Python resources available for import.
ZipIndex
Read Python resources from a zip file.

Enums§

PackedResourcesSource
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.