Searched refs:cell_traverse (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
H A Dcellobject.c84 cell_traverse(PyCellObject *op, visitproc visit, void *arg) function
136 (traverseproc)cell_traverse, /* tp_traverse */
/external/python/cpython3/Objects/
H A Dcellobject.c118 cell_traverse(PyCellObject *op, visitproc visit, void *arg) function
170 (traverseproc)cell_traverse, /* tp_traverse */

Completed in 66 milliseconds