Searched refs:PyCell_GET (Results 1 – 8 of 8) sorted by relevance
60 return PyCell_GET(op); in PyCell_Get()71 oldobj = PyCell_GET(op); in PyCell_Set()
941 value = PyCell_GET(value); in map_to_dict()1000 if (PyCell_GET(values[j]) != value) { in dict_to_map()
8877 obj = PyCell_GET(cell); in super_init_without_args()8909 type = (PyTypeObject *) PyCell_GET(cell); in super_init_without_args()
22 #define PyCell_GET(op) (((PyCellObject *)(op))->ob_ref) macro
45 .. c:function:: PyObject* PyCell_GET(PyObject *cell)
3060 PyObject *oldobj = PyCell_GET(cell); in _PyEval_EvalFrameDefault()3105 value = PyCell_GET(cell); in _PyEval_EvalFrameDefault()3118 PyObject *value = PyCell_GET(cell); in _PyEval_EvalFrameDefault()3131 PyObject *oldobj = PyCell_GET(cell); in _PyEval_EvalFrameDefault()6340 if (PyCell_GET(c) == v) { in unicode_concatenate()
226 PyObject *cell_cls = PyCell_GET(cell); in builtin___build_class__()
207 PyCell_GET:PyObject*::0:208 PyCell_GET:PyObject*:ob:0: