Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpycapsule.h49 PyAPI_FUNC(int) PyCapsule_SetContext(PyObject *capsule, void *context);
/third_party/python/Objects/
Dcapsule.c181 PyCapsule_SetContext(PyObject *o, void *context) in PyCapsule_SetContext() function
/third_party/python/Doc/c-api/
Dcapsule.rst130 .. c:function:: int PyCapsule_SetContext(PyObject *capsule, void *context)
/third_party/python/Doc/data/
Dstable_abi.dat56 function,PyCapsule_SetContext,3.2,
Drefcounts.dat185 PyCapsule_SetContext:int:::
186 PyCapsule_SetContext:PyObject*:self:0:
187 PyCapsule_SetContext:void *:context::
/third_party/python/PC/
Dpython3dll.c129 EXPORT_FUNC(PyCapsule_SetContext)
/third_party/python/Misc/
Dstable_abi.txt390 function PyCapsule_SetContext
/third_party/python/Modules/
D_testcapimodule.c3132 PyCapsule_SetContext(object, capsule_context); in test_capsule()
3142 PyCapsule_SetContext(object, capsule_context); in test_capsule()