PyGen_FetchStopIterationValue method

int PyGen_FetchStopIterationValue(
  1. Pointer<Pointer<PyObject>> arg0
)

Implementation

int PyGen_FetchStopIterationValue(
  ffi.Pointer<ffi.Pointer<PyObject>> arg0,
) {
  return _PyGen_FetchStopIterationValue(
    arg0,
  );
}