Function python_oxidized_importer::install_path_hook[][src]

pub fn install_path_hook(finder: &PyAny, sys: &PyModule) -> PyResult<()>
Expand description

Prepend a path hook to sys.path_hooks that works with OxidizedFinder.

sys must be a reference to the sys module.