PyExc_UnicodeTranslateError property

Pointer<PyObject> PyExc_UnicodeTranslateError

Implementation

ffi.Pointer<PyObject> get PyExc_UnicodeTranslateError =>
    _PyExc_UnicodeTranslateError.value;
void PyExc_UnicodeTranslateError=(Pointer<PyObject> value)

Implementation

set PyExc_UnicodeTranslateError(ffi.Pointer<PyObject> value) =>
    _PyExc_UnicodeTranslateError.value = value;