| 576 | } |
| 577 | |
| 578 | static inline void * |
| 579 | NpyCapsule_GetDesc(PyObject *obj) |
| 580 | { |
| 581 | return PyCapsule_GetContext(obj); |
| 582 | } |
| 583 | |
| 584 | static inline int |
| 585 | NpyCapsule_Check(PyObject *ptr) |
nothing calls this directly
no outgoing calls
no test coverage detected