PyODict_New method

Pointer<PyObject> PyODict_New()

Implementation

ffi.Pointer<PyObject> PyODict_New() {
  return _PyODict_New();
}