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