Searched refs:PyCell_Check (Results 1 – 5 of 5) sorted by relevance
23 if (!PyCell_Check(op)) { in PyCell_Get()35 if (!PyCell_Check(op)) { in PyCell_Set()
799 assert(PyCell_Check(value)); in map_to_dict()853 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)