PyExc_LookupError property Null safety
Implementation
ffi.Pointer<PyObject> get PyExc_LookupError => _PyExc_LookupError.value;
Implementation
set PyExc_LookupError(ffi.Pointer<PyObject> value) =>
_PyExc_LookupError.value = value;
ffi.Pointer<PyObject> get PyExc_LookupError => _PyExc_LookupError.value;
set PyExc_LookupError(ffi.Pointer<PyObject> value) =>
_PyExc_LookupError.value = value;