PyExc_UserWarning property

Pointer<PyObject> PyExc_UserWarning

Implementation

ffi.Pointer<PyObject> get PyExc_UserWarning => _PyExc_UserWarning.value;
void PyExc_UserWarning=(Pointer<PyObject> value)

Implementation

set PyExc_UserWarning(ffi.Pointer<PyObject> value) =>
    _PyExc_UserWarning.value = value;