PyCell_Get method

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

Implementation

ffi.Pointer<PyObject> PyCell_Get(
  ffi.Pointer<PyObject> arg0,
) {
  return _PyCell_Get(
    arg0,
  );
}