PyExc_BaseException property

Pointer<PyObject> PyExc_BaseException

Implementation

ffi.Pointer<PyObject> get PyExc_BaseException => _PyExc_BaseException.value;
void PyExc_BaseException=(Pointer<PyObject> value)

Implementation

set PyExc_BaseException(ffi.Pointer<PyObject> value) =>
    _PyExc_BaseException.value = value;