Files
Pyarmor-Static-Unpack-1shot/pycdc/tests/tokenized/test_print_to.txt

10 lines
563 B
Plaintext
Raw Normal View History

'\nprint_to.py -- source test pattern for \'print >> ...\' statements\n\nThis source is part of the decompyle test suite.\n\ndecompyle is a Python byte-code decompiler\nSee http://www.goebel-consult.de/decompyle/ for download and\nfor further information\n' <EOL>
import sys <EOL>
print >> sys . stdout , 1 , 2 , 3 , 4 , 5 <EOL>
print >> sys . stdout , 1 , 2 , 3 , 4 , 5 , <EOL>
print >> sys . stdout <EOL>
print >> sys . stdout , 1 , 2 , 3 , 4 , 5 , <EOL>
print >> sys . stdout , 1 , 2 , 3 , 4 , 5 , <EOL>
print >> sys . stdout <EOL>
print >> sys . stdout <EOL>