PyExc_DeprecationWarning property

Pointer<PyObject> PyExc_DeprecationWarning

Implementation

ffi.Pointer<PyObject> get PyExc_DeprecationWarning =>
    _PyExc_DeprecationWarning.value;
void PyExc_DeprecationWarning=(Pointer<PyObject> value)

Implementation

set PyExc_DeprecationWarning(ffi.Pointer<PyObject> value) =>
    _PyExc_DeprecationWarning.value = value;