PyExc_FutureWarning property Null safety
Implementation
ffi.Pointer<PyObject> get PyExc_FutureWarning => _PyExc_FutureWarning.value;
Implementation
set PyExc_FutureWarning(ffi.Pointer<PyObject> value) =>
_PyExc_FutureWarning.value = value;