PyExc_ProcessLookupError property Null safety

Pointer<PyObject> PyExc_ProcessLookupError

Implementation

ffi.Pointer<PyObject> get PyExc_ProcessLookupError =>
    _PyExc_ProcessLookupError.value;
void PyExc_ProcessLookupError= (Pointer<PyObject> value)

Implementation

set PyExc_ProcessLookupError(ffi.Pointer<PyObject> value) =>
    _PyExc_ProcessLookupError.value = value;