PyExc_LookupError property Null safety

Pointer<PyObject> PyExc_LookupError

Implementation

ffi.Pointer<PyObject> get PyExc_LookupError => _PyExc_LookupError.value;
void PyExc_LookupError= (Pointer<PyObject> value)

Implementation

set PyExc_LookupError(ffi.Pointer<PyObject> value) =>
    _PyExc_LookupError.value = value;