PyExc_TypeError property

Pointer<PyObject> PyExc_TypeError

Implementation

ffi.Pointer<PyObject> get PyExc_TypeError => _PyExc_TypeError.value;
void PyExc_TypeError=(Pointer<PyObject> value)

Implementation

set PyExc_TypeError(ffi.Pointer<PyObject> value) =>
    _PyExc_TypeError.value = value;