PyExc_PendingDeprecationWarning property

Pointer<PyObject> PyExc_PendingDeprecationWarning

Implementation

ffi.Pointer<PyObject> get PyExc_PendingDeprecationWarning =>
    _PyExc_PendingDeprecationWarning.value;
void PyExc_PendingDeprecationWarning=(Pointer<PyObject> value)

Implementation

set PyExc_PendingDeprecationWarning(ffi.Pointer<PyObject> value) =>
    _PyExc_PendingDeprecationWarning.value = value;