Home
last modified time | relevance | path

Searched refs:PyCapsule_GetDestructor (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Include/
Dpycapsule.h35 PyAPI_FUNC(PyCapsule_Destructor) PyCapsule_GetDestructor(PyObject *capsule);
/third_party/python/Objects/
Dcapsule.c110 PyCapsule_GetDestructor(PyObject *o) in PyCapsule_GetDestructor() function
/third_party/python/Doc/c-api/
Dcapsule.rst71 .. c:function:: PyCapsule_Destructor PyCapsule_GetDestructor(PyObject *capsule)
/third_party/python/Doc/data/
Dstable_abi.dat50 function,PyCapsule_GetDestructor,3.2,
Drefcounts.dat162 PyCapsule_GetDestructor:void (*)(PyObject *):::
163 PyCapsule_GetDestructor:PyObject*:self:0:
/third_party/python/PC/
Dpython3dll.c123 EXPORT_FUNC(PyCapsule_GetDestructor)
/third_party/python/Misc/
Dstable_abi.txt378 function PyCapsule_GetDestructor
/third_party/python/Modules/
D_testcapimodule.c3089 } else if (PyCapsule_GetDestructor(o) != capsule_destructor) { in capsule_destructor()