Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpycapsule.h35 PyAPI_FUNC(PyCapsule_Destructor) PyCapsule_GetDestructor(PyObject *capsule);
/external/python/cpython3/Include/
Dpycapsule.h35 PyAPI_FUNC(PyCapsule_Destructor) PyCapsule_GetDestructor(PyObject *capsule);
/external/python/cpython2/Doc/includes/
Dcapsulethunk.h39 #define PyCapsule_GetDestructor(capsule) \ macro
/external/python/cpython3/Objects/
Dcapsule.c110 PyCapsule_GetDestructor(PyObject *o) in PyCapsule_GetDestructor() function
/external/python/cpython2/Objects/
Dcapsule.c110 PyCapsule_GetDestructor(PyObject *o) in PyCapsule_GetDestructor() function
/external/python/cpython2/PC/os2vacpp/
Dpython.def95 PyCapsule_GetDestructor
/external/python/cpython3/Doc/c-api/
Dcapsule.rst71 .. c:function:: PyCapsule_Destructor PyCapsule_GetDestructor(PyObject *capsule)
/external/python/cpython2/Doc/c-api/
Dcapsule.rst70 .. c:function:: PyCapsule_Destructor PyCapsule_GetDestructor(PyObject *capsule)
/external/python/cpython2/PC/os2emx/
Dpython27.def215 "PyCapsule_GetDestructor"
/external/python/cpython3/Doc/data/
Dstable_abi.dat50 function,PyCapsule_GetDestructor,3.2,
Drefcounts.dat162 PyCapsule_GetDestructor:void (*)(PyObject *):::
163 PyCapsule_GetDestructor:PyObject*:self:0:
Dpython3.10.abi56 …<elf-symbol name='PyCapsule_GetDestructor' type='func-type' binding='global-binding' visibility='d…
7114PyCapsule_GetDestructor' mangled-name='PyCapsule_GetDestructor' filepath='Objects/capsule.c' line=…
/external/python/cpython3/PC/
Dpython3dll.c123 EXPORT_FUNC(PyCapsule_GetDestructor)
/external/python/cpython2/Doc/data/
Drefcounts.dat61 PyCapsule_GetDestructor:void (*)(PyObject *):::
62 PyCapsule_GetDestructor:PyObject*:self:0:
/external/python/cpython3/Misc/
Dstable_abi.txt378 function PyCapsule_GetDestructor
/external/python/cpython2/Modules/
D_testcapimodule.c2130 } else if (PyCapsule_GetDestructor(o) != capsule_destructor) { in capsule_destructor()
/external/python/cpython3/Modules/
D_testcapimodule.c3089 } else if (PyCapsule_GetDestructor(o) != capsule_destructor) { in capsule_destructor()