PyContext_New method

Pointer<PyObject> PyContext_New()

Implementation

ffi.Pointer<PyObject> PyContext_New() {
  return _PyContext_New();
}