Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dmhlib.py832 def tolist(self): member in IntSet
Ddifflib.py1894 def _convert_flags(self,fromlist,tolist,flaglist,context,numlines): argument
/external/python/cpython2/Modules/
Dgcmodule.c560 visit_move(PyObject *op, PyGC_Head *tolist) in visit_move()