PyExc_TabError property Null safety

Pointer<PyObject> PyExc_TabError

Implementation

ffi.Pointer<PyObject> get PyExc_TabError => _PyExc_TabError.value;
void PyExc_TabError= (Pointer<PyObject> value)

Implementation

set PyExc_TabError(ffi.Pointer<PyObject> value) =>
    _PyExc_TabError.value = value;