Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dcellobject.c28 return PyCell_GET(op); in PyCell_Get()
39 oldobj = PyCell_GET(op); in PyCell_Set()
Dframeobject.c800 value = PyCell_GET(value); in map_to_dict()
854 if (PyCell_GET(values[j]) != value) { in dict_to_map()
/external/python/cpython2/Include/
Dcellobject.h22 #define PyCell_GET(op) (((PyCellObject *)(op))->ob_ref) macro
/external/python/cpython2/Doc/c-api/
Dcell.rst44 .. c:function:: PyObject* PyCell_GET(PyObject *cell)
/external/python/cpython2/Doc/data/
Drefcounts.dat115 PyCell_GET:PyObject*::0:
116 PyCell_GET:PyObject*:ob:0:
/external/python/cpython2/Python/
Dceval.c5148 if (PyCell_GET(c) == v) in string_concatenate()