PyExc_Warning property

Pointer<PyObject> PyExc_Warning

Implementation

ffi.Pointer<PyObject> get PyExc_Warning => _PyExc_Warning.value;
void PyExc_Warning=(Pointer<PyObject> value)

Implementation

set PyExc_Warning(ffi.Pointer<PyObject> value) =>
    _PyExc_Warning.value = value;