PyExc_IndentationError property Null safety

Pointer<PyObject> PyExc_IndentationError

Implementation

ffi.Pointer<PyObject> get PyExc_IndentationError =>
    _PyExc_IndentationError.value;
void PyExc_IndentationError= (Pointer<PyObject> value)

Implementation

set PyExc_IndentationError(ffi.Pointer<PyObject> value) =>
    _PyExc_IndentationError.value = value;