PyExc_UnicodeEncodeError property

Pointer<PyObject> PyExc_UnicodeEncodeError

Implementation

ffi.Pointer<PyObject> get PyExc_UnicodeEncodeError =>
    _PyExc_UnicodeEncodeError.value;
void PyExc_UnicodeEncodeError=(Pointer<PyObject> value)

Implementation

set PyExc_UnicodeEncodeError(ffi.Pointer<PyObject> value) =>
    _PyExc_UnicodeEncodeError.value = value;