MCPcopy Create free account
hub / github.com/apache/arrow / PyCapsule_IsValid

Function PyCapsule_IsValid

python/pyarrow/tests/test_cffi.py:51–52  ·  view source on GitHub ↗
(capsule, name)

Source from the content-addressed store, hash-verified

49
50
51def PyCapsule_IsValid(capsule, name):
52 return ctypes.pythonapi.PyCapsule_IsValid(ctypes.py_object(capsule), name) == 1
53
54
55@contextlib.contextmanager

Calls 1

py_objectMethod · 0.80

Tested by

no test coverage detected