Searched refs:PyCell_Type (Results 1 – 6 of 6) sorted by relevance
16 PyAPI_DATA(PyTypeObject) PyCell_Type;18 #define PyCell_Check(op) Py_IS_TYPE(op, &PyCell_Type)
11 op = (PyCellObject *)PyObject_GC_New(PyCellObject, &PyCell_Type); in PyCell_New()157 PyTypeObject PyCell_Type = { variable
1871 &PyCell_Type,
23 .. c:var:: PyTypeObject PyCell_Type
632 Objects/cellobject.c:PyCell_Type PyTypeObject PyCell_Type
18 Objects/cellobject.c - PyCell_Type -