PyExc_ValueError property

Pointer<PyObject> PyExc_ValueError

Implementation

ffi.Pointer<PyObject> get PyExc_ValueError => _PyExc_ValueError.value;
void PyExc_ValueError=(Pointer<PyObject> value)

Implementation

set PyExc_ValueError(ffi.Pointer<PyObject> value) =>
    _PyExc_ValueError.value = value;