PyCFunction_GetFlags method

int PyCFunction_GetFlags(
  1. Pointer<PyObject> arg0
)

Implementation

int PyCFunction_GetFlags(
  ffi.Pointer<PyObject> arg0,
) {
  return _PyCFunction_GetFlags(
    arg0,
  );
}