Searched refs:PyCell_Check (Results 1 – 13 of 13) sorted by relevance
25 if (!PyCell_Check(op)) { in PyCell_Get()37 if (!PyCell_Check(op)) { in PyCell_Set()63 if (!PyCell_Check(a) || !PyCell_Check(b)) { in cell_richcompare()
843 assert(PyCell_Check(value)); in map_to_dict()902 assert(PyCell_Check(values[j])); in dict_to_map()
497 if (!PyCell_Check(o)) { in func_new_impl()
2796 if (!PyCell_Check(cell)) { in type_new()7701 assert(PyCell_Check(cell)); in super_init()7725 if (cell == NULL || !PyCell_Check(cell)) { in super_init()
23 if (!PyCell_Check(op)) { in PyCell_Get()35 if (!PyCell_Check(op)) { in PyCell_Set()
835 assert(PyCell_Check(value)); in map_to_dict()889 assert(PyCell_Check(values[j])); in dict_to_map()
416 if (!PyCell_Check(o)) { in func_new()
16 #define PyCell_Check(op) (Py_TYPE(op) == &PyCell_Type) macro
28 .. c:function:: int PyCell_Check(ob)
201 PyCell_Check:int:::202 PyCell_Check::ob::
254 if (cls != NULL && PyType_Check(cls) && PyCell_Check(cell)) { in builtin___build_class__()