PyExc_ArithmeticError property

Pointer<PyObject> PyExc_ArithmeticError

Implementation

ffi.Pointer<PyObject> get PyExc_ArithmeticError =>
    _PyExc_ArithmeticError.value;
void PyExc_ArithmeticError=(Pointer<PyObject> value)

Implementation

set PyExc_ArithmeticError(ffi.Pointer<PyObject> value) =>
    _PyExc_ArithmeticError.value = value;