Searched refs:PyCapsule_Type (Results 1 – 8 of 8) sorted by relevance
21 PyAPI_DATA(PyTypeObject) PyCapsule_Type;25 #define PyCapsule_CheckExact(op) Py_IS_TYPE(op, &PyCapsule_Type)
53 capsule = PyObject_New(PyCapsule, &PyCapsule_Type); in PyCapsule_New()299 PyTypeObject PyCapsule_Type = { variable
1806 INIT_TYPE(PyCapsule_Type); in _PyTypes_Init()
60 var,PyCapsule_Type,3.2,
738 EXPORT_DATA(PyCapsule_Type)
398 data PyCapsule_Type
683 Objects/capsule.c:PyCapsule_Type PyTypeObject PyCapsule_Type
1616 Objects/capsule.c - PyCapsule_Type -