/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/ |
py2_test_grammar.py | 362 class Gulp: 365 gulp = Gulp() 366 print >> gulp, 1, 2, 3 367 print >> gulp, 1, 2, 3, 368 print >> gulp 369 print >> gulp, 0 or 1, 0 or 1, 370 print >> gulp, 0 or 1 375 sys.stdout = Gulp() 377 tellme(Gulp()) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_grammar.py | 360 class Gulp: 363 gulp = Gulp() 364 print >> gulp, 1, 2, 3 365 print >> gulp, 1, 2, 3, 366 print >> gulp 367 print >> gulp, 0 or 1, 0 or 1, 368 print >> gulp, 0 or 1 373 sys.stdout = Gulp() 375 tellme(Gulp()) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/ |
py2_test_grammar.py | 362 class Gulp: 365 gulp = Gulp() 366 print >> gulp, 1, 2, 3 367 print >> gulp, 1, 2, 3, 368 print >> gulp 369 print >> gulp, 0 or 1, 0 or 1, 370 print >> gulp, 0 or 1 375 sys.stdout = Gulp() 377 tellme(Gulp()) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_grammar.py | 360 class Gulp: 363 gulp = Gulp() 364 print >> gulp, 1, 2, 3 365 print >> gulp, 1, 2, 3, 366 print >> gulp 367 print >> gulp, 0 or 1, 0 or 1, 368 print >> gulp, 0 or 1 373 sys.stdout = Gulp() 375 tellme(Gulp()) [all...] |