PyExc_BufferError property

Pointer<PyObject> PyExc_BufferError

Implementation

ffi.Pointer<PyObject> get PyExc_BufferError => _PyExc_BufferError.value;
void PyExc_BufferError=(Pointer<PyObject> value)

Implementation

set PyExc_BufferError(ffi.Pointer<PyObject> value) =>
    _PyExc_BufferError.value = value;