PyException_GetCause method

Pointer<PyObject> PyException_GetCause(
  1. Pointer<PyObject> arg0
)

Implementation

ffi.Pointer<PyObject> PyException_GetCause(
  ffi.Pointer<PyObject> arg0,
) {
  return _PyException_GetCause(
    arg0,
  );
}