PyMethod_Self method

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

Implementation

ffi.Pointer<PyObject> PyMethod_Self(
  ffi.Pointer<PyObject> arg0,
) {
  return _PyMethod_Self(
    arg0,
  );
}