PyExc_SyntaxError property

Pointer<PyObject> PyExc_SyntaxError

Implementation

ffi.Pointer<PyObject> get PyExc_SyntaxError => _PyExc_SyntaxError.value;
void PyExc_SyntaxError=(Pointer<PyObject> value)

Implementation

set PyExc_SyntaxError(ffi.Pointer<PyObject> value) =>
    _PyExc_SyntaxError.value = value;