Searched refs:PyCell_Type (Results 1 – 6 of 6) sorted by relevance
14 PyAPI_DATA(PyTypeObject) PyCell_Type;16 #define PyCell_Check(op) (Py_TYPE(op) == &PyCell_Type)
10 op = (PyCellObject *)PyObject_GC_New(PyCellObject, &PyCell_Type); in PyCell_New()114 PyTypeObject PyCell_Type = { variable
2210 if (PyType_Ready(&PyCell_Type) < 0) in _Py_ReadyTypes()
399 Py_INCREF((PyObject*)&PyCell_Type); in init_sqlite3()400 pysqlite_OptimizedUnicode = (PyObject*)&PyCell_Type; in init_sqlite3()