PyExc_RuntimeError property

Pointer<PyObject> PyExc_RuntimeError

Implementation

ffi.Pointer<PyObject> get PyExc_RuntimeError => _PyExc_RuntimeError.value;
void PyExc_RuntimeError=(Pointer<PyObject> value)

Implementation

set PyExc_RuntimeError(ffi.Pointer<PyObject> value) =>
    _PyExc_RuntimeError.value = value;