PyExc_AssertionError property

Pointer<PyObject> PyExc_AssertionError

Implementation

ffi.Pointer<PyObject> get PyExc_AssertionError => _PyExc_AssertionError.value;
void PyExc_AssertionError=(Pointer<PyObject> value)

Implementation

set PyExc_AssertionError(ffi.Pointer<PyObject> value) =>
    _PyExc_AssertionError.value = value;