Home
last modified time | relevance | path

Searched refs:PyCell_GET (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Objects/
Dcellobject.c60 return PyCell_GET(op); in PyCell_Get()
71 oldobj = PyCell_GET(op); in PyCell_Set()
Dframeobject.c941 value = PyCell_GET(value); in map_to_dict()
1000 if (PyCell_GET(values[j]) != value) { in dict_to_map()
Dtypeobject.c8877 obj = PyCell_GET(cell); in super_init_without_args()
8909 type = (PyTypeObject *) PyCell_GET(cell); in super_init_without_args()
/third_party/python/Include/
Dcellobject.h22 #define PyCell_GET(op) (((PyCellObject *)(op))->ob_ref) macro
/third_party/python/Doc/c-api/
Dcell.rst45 .. c:function:: PyObject* PyCell_GET(PyObject *cell)
/third_party/python/Python/
Dceval.c3060 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()
Dbltinmodule.c226 PyObject *cell_cls = PyCell_GET(cell); in builtin___build_class__()
/third_party/python/Doc/data/
Drefcounts.dat207 PyCell_GET:PyObject*::0:
208 PyCell_GET:PyObject*:ob:0: