PyExc_UnicodeWarning property

Pointer<PyObject> PyExc_UnicodeWarning

Implementation

ffi.Pointer<PyObject> get PyExc_UnicodeWarning => _PyExc_UnicodeWarning.value;
void PyExc_UnicodeWarning=(Pointer<PyObject> value)

Implementation

set PyExc_UnicodeWarning(ffi.Pointer<PyObject> value) =>
    _PyExc_UnicodeWarning.value = value;