Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpycapsule.h39 PyAPI_FUNC(void *) PyCapsule_GetContext(PyObject *capsule);
/third_party/python/Objects/
Dcapsule.c122 PyCapsule_GetContext(PyObject *o) in PyCapsule_GetContext() function
/third_party/python/Doc/c-api/
Dcapsule.rst81 .. c:function:: void* PyCapsule_GetContext(PyObject *capsule)
/third_party/python/Doc/data/
Dstable_abi.dat49 function,PyCapsule_GetContext,3.2,
Drefcounts.dat159 PyCapsule_GetContext:void *:::
160 PyCapsule_GetContext:PyObject*:self:0:
/third_party/python/PC/
Dpython3dll.c122 EXPORT_FUNC(PyCapsule_GetContext)
/third_party/python/Misc/
Dstable_abi.txt376 function PyCapsule_GetContext
/third_party/python/Modules/
D_testcapimodule.c3087 if (PyCapsule_GetContext(o) != capsule_context) { in capsule_destructor()