pub type PyEnvironmentError = PyOSError;
Alias of PyOSError, corresponding to EnvironmentError alias in Python.
PyOSError
EnvironmentError
pub struct PyEnvironmentError(/* private fields */);