Py_BuildValue method

Pointer<PyObject> Py_BuildValue(
  1. Pointer<Char> arg0
)

Implementation

ffi.Pointer<PyObject> Py_BuildValue(
  ffi.Pointer<ffi.Char> arg0,
) {
  return _Py_BuildValue(
    arg0,
  );
}