PyCFunction_GetFunction method

PyCFunction PyCFunction_GetFunction(
  1. Pointer<PyObject> arg0
)

Implementation

PyCFunction PyCFunction_GetFunction(
  ffi.Pointer<PyObject> arg0,
) {
  return _PyCFunction_GetFunction(
    arg0,
  );
}