PyExc_EnvironmentError property

Pointer<PyObject> PyExc_EnvironmentError

Implementation

ffi.Pointer<PyObject> get PyExc_EnvironmentError =>
    _PyExc_EnvironmentError.value;
void PyExc_EnvironmentError=(Pointer<PyObject> value)

Implementation

set PyExc_EnvironmentError(ffi.Pointer<PyObject> value) =>
    _PyExc_EnvironmentError.value = value;