PyMapping_Values method

Pointer<PyObject> PyMapping_Values(
  1. Pointer<PyObject> o
)

Implementation

ffi.Pointer<PyObject> PyMapping_Values(
  ffi.Pointer<PyObject> o,
) {
  return _PyMapping_Values(
    o,
  );
}