Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpycapsule.h45 PyAPI_FUNC(int) PyCapsule_SetDestructor(PyObject *capsule, PyCapsule_Destructor destructor);
/third_party/python/Objects/
Dcapsule.c167 PyCapsule_SetDestructor(PyObject *o, PyCapsule_Destructor destructor) in PyCapsule_SetDestructor() function
/third_party/python/Doc/c-api/
Dcapsule.rst137 .. c:function:: int PyCapsule_SetDestructor(PyObject *capsule, PyCapsule_Destructor destructor)
/third_party/python/Doc/data/
Dstable_abi.dat57 function,PyCapsule_SetDestructor,3.2,
Drefcounts.dat189 PyCapsule_SetDestructor:int:::
190 PyCapsule_SetDestructor:PyObject*:self:0:
191 PyCapsule_SetDestructor:void (*)(PyObject *):destructor::
/third_party/python/PC/
Dpython3dll.c130 EXPORT_FUNC(PyCapsule_SetDestructor)
/third_party/python/Misc/
Dstable_abi.txt392 function PyCapsule_SetDestructor
/third_party/python/Modules/
D_testcapimodule.c3141 PyCapsule_SetDestructor(object, capsule_destructor); in test_capsule()
3160 PyCapsule_SetDestructor(object, NULL); in test_capsule()