PyExc_UserWarning property Null safety
Implementation
ffi.Pointer<PyObject> get PyExc_UserWarning => _PyExc_UserWarning.value;
Implementation
set PyExc_UserWarning(ffi.Pointer<PyObject> value) =>
_PyExc_UserWarning.value = value;
ffi.Pointer<PyObject> get PyExc_UserWarning => _PyExc_UserWarning.value;
set PyExc_UserWarning(ffi.Pointer<PyObject> value) =>
_PyExc_UserWarning.value = value;