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