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