PyMethod_Function method

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

Implementation

ffi.Pointer<PyObject> PyMethod_Function(
  ffi.Pointer<PyObject> arg0,
) {
  return _PyMethod_Function(
    arg0,
  );
}