MCPcopy Create free account
hub / github.com/numpy/numpy / NpyCapsule_GetDesc

Function NpyCapsule_GetDesc

numpy/core/include/numpy/npy_3kcompat.h:578–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

576}
577
578static inline void *
579NpyCapsule_GetDesc(PyObject *obj)
580{
581 return PyCapsule_GetContext(obj);
582}
583
584static inline int
585NpyCapsule_Check(PyObject *ptr)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected