Home | History | Annotate | Download | only in python2.7

Lines Matching refs:stuff

998         stuff = os.popen("pick %r 2>/dev/null" % (seq,)).read()
999 list = map(int, stuff.split())