Struct python_oxidized_importer::ImporterState [−][src]
pub struct ImporterState { /* fields omitted */ }Expand description
Holds state for the custom MetaPathFinder.
Implementations
Obtain the PythonResourcesState associated with this instance.
Obtain a mutable PythonResourcesState associated with this instance.
There is no run-time checking for mutation exclusion. So don’t like this leak outside of a single call site that needs to access it!
Set the value to call multiprocessing.set_start_method() with on import of multiprocessing.