Searched refs:PyCell_GET (Results 1 – 14 of 14) sorted by relevance
28 return PyCell_GET(op); in PyCell_Get()39 oldobj = PyCell_GET(op); in PyCell_Set()
836 value = PyCell_GET(value); in map_to_dict()890 if (PyCell_GET(values[j]) != value) { in dict_to_map()
30 return PyCell_GET(op); in PyCell_Get()41 oldobj = PyCell_GET(op); in PyCell_Set()
844 value = PyCell_GET(value); in map_to_dict()903 if (PyCell_GET(values[j]) != value) { in dict_to_map()
7702 obj = PyCell_GET(cell); in super_init()7730 type = (PyTypeObject *) PyCell_GET(cell); in super_init()
22 #define PyCell_GET(op) (((PyCellObject *)(op))->ob_ref) macro
44 .. c:function:: PyObject* PyCell_GET(PyObject *cell)
2169 PyObject *oldobj = PyCell_GET(cell); in _PyEval_EvalFrameDefault()2208 value = PyCell_GET(cell); in _PyEval_EvalFrameDefault()2221 PyObject *value = PyCell_GET(cell); in _PyEval_EvalFrameDefault()2234 PyObject *oldobj = PyCell_GET(cell); in _PyEval_EvalFrameDefault()5033 if (PyCell_GET(c) == v) { in unicode_concatenate()
255 PyObject *cell_cls = PyCell_GET(cell); in builtin___build_class__()
115 PyCell_GET:PyObject*::0:116 PyCell_GET:PyObject*:ob:0:
207 PyCell_GET:PyObject*::0:208 PyCell_GET:PyObject*:ob:0:
5187 if (PyCell_GET(c) == v) in string_concatenate()