PyExc_DeprecationWarning property Null safety

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;