Home
last modified time | relevance | path

Searched refs:PyCapsule_SetName (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Include/
Dpycapsule.h47 PyAPI_FUNC(int) PyCapsule_SetName(PyObject *capsule, const char *name);
/third_party/python/Objects/
Dcapsule.c153 PyCapsule_SetName(PyObject *o, const char *name) in PyCapsule_SetName() function
/third_party/python/Doc/c-api/
Dcapsule.rst144 .. c:function:: int PyCapsule_SetName(PyObject *capsule, const char *name)
/third_party/python/Doc/data/
Dstable_abi.dat58 function,PyCapsule_SetName,3.2,
Drefcounts.dat193 PyCapsule_SetName:int:::
194 PyCapsule_SetName:PyObject*:self:0:
195 PyCapsule_SetName:const char *:name::
/third_party/python/PC/
Dpython3dll.c131 EXPORT_FUNC(PyCapsule_SetName)
/third_party/python/Misc/
Dstable_abi.txt394 function PyCapsule_SetName
/third_party/python/Modules/
D_testcapimodule.c3140 PyCapsule_SetName(object, capsule_name); in test_capsule()
Dposixmodule.c14582 if (PyCapsule_SetName(cookie, NULL)) { in os__remove_dll_directory_impl()