Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpycapsule.h21 PyAPI_DATA(PyTypeObject) PyCapsule_Type;
25 #define PyCapsule_CheckExact(op) Py_IS_TYPE(op, &PyCapsule_Type)
/third_party/python/Objects/
Dcapsule.c53 capsule = PyObject_New(PyCapsule, &PyCapsule_Type); in PyCapsule_New()
299 PyTypeObject PyCapsule_Type = { variable
Dobject.c1806 INIT_TYPE(PyCapsule_Type); in _PyTypes_Init()
/third_party/python/Doc/data/
Dstable_abi.dat60 var,PyCapsule_Type,3.2,
/third_party/python/PC/
Dpython3dll.c738 EXPORT_DATA(PyCapsule_Type)
/third_party/python/Misc/
Dstable_abi.txt398 data PyCapsule_Type
/third_party/python/Tools/c-analyzer/
DTODO683 Objects/capsule.c:PyCapsule_Type PyTypeObject PyCapsule_Type
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv1616 Objects/capsule.c - PyCapsule_Type -