Home
last modified time | relevance | path

Searched refs:cell_get_contents (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
Dcellobject.c98 cell_get_contents(PyCellObject *op, void *closure) in cell_get_contents() function
110 {"cell_contents", (getter)cell_get_contents, NULL},
/external/python/cpython3/Objects/
Dcellobject.c132 cell_get_contents(PyCellObject *op, void *closure) in cell_get_contents() function
152 {"cell_contents", (getter)cell_get_contents,