PyExc_IndexError property

Pointer<PyObject> PyExc_IndexError

Implementation

ffi.Pointer<PyObject> get PyExc_IndexError => _PyExc_IndexError.value;
void PyExc_IndexError=(Pointer<PyObject> value)

Implementation

set PyExc_IndexError(ffi.Pointer<PyObject> value) =>
    _PyExc_IndexError.value = value;