PyCapsule_GetContext method

Pointer<Void> PyCapsule_GetContext(
  1. Pointer<PyObject> capsule
)

Implementation

ffi.Pointer<ffi.Void> PyCapsule_GetContext(
  ffi.Pointer<PyObject> capsule,
) {
  return _PyCapsule_GetContext(
    capsule,
  );
}