Searched refs:PyCell_GET (Results 1 – 6 of 6) sorted by relevance
28 return PyCell_GET(op); in PyCell_Get()39 oldobj = PyCell_GET(op); in PyCell_Set()
800 value = PyCell_GET(value); in map_to_dict()854 if (PyCell_GET(values[j]) != value) { in dict_to_map()
22 #define PyCell_GET(op) (((PyCellObject *)(op))->ob_ref) macro
44 .. c:function:: PyObject* PyCell_GET(PyObject *cell)
115 PyCell_GET:PyObject*::0:116 PyCell_GET:PyObject*:ob:0:
5148 if (PyCell_GET(c) == v) in string_concatenate()