Searched defs:tolist (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
H A Dmhlib.py313 value = IntSet(fields[1].strip(), ' ').tolist()
832 def tolist(self): member in class:IntSet
980 seqs['foo'] = IntSet('1-10 12-20', ' ').tolist()
/external/python/cpython2/Modules/
H A Dgcmodule.c560 visit_move(PyObject *op, PyGC_Head *tolist) argument
565 gc_list_move(gc, tolist);
/external/python/cpython3/Modules/
H A Dgcmodule.c559 visit_move(PyObject *op, PyGC_Head *tolist) argument
564 gc_list_move(gc, tolist);

Completed in 668 milliseconds