Function python_oxidized_importer::remove_external_importers[][src]

pub fn remove_external_importers(sys_module: &PyModule) -> PyResult<()>
Expand description

Undoes the actions of importlib._bootstrap_external initialization.

This will remove types that aren’t defined by this extension from sys.meta_path and sys.path_hooks.