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