PyContext_Copy method

Pointer<PyObject> PyContext_Copy(
  1. Pointer<PyObject> arg0
)

Implementation

ffi.Pointer<PyObject> PyContext_Copy(
  ffi.Pointer<PyObject> arg0,
) {
  return _PyContext_Copy(
    arg0,
  );
}