PyDict_New method

Pointer<PyObject> PyDict_New()

Implementation

ffi.Pointer<PyObject> PyDict_New() {
  return _PyDict_New();
}