PyCFunction_GetSelf method

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

Implementation

ffi.Pointer<PyObject> PyCFunction_GetSelf(
  ffi.Pointer<PyObject> arg0,
) {
  return _PyCFunction_GetSelf(
    arg0,
  );
}