PyContext_CopyCurrent method

Pointer<PyObject> PyContext_CopyCurrent()

Implementation

ffi.Pointer<PyObject> PyContext_CopyCurrent() {
  return _PyContext_CopyCurrent();
}