Files
python-uncompyle6/test/simple_source/looping/08_while1_if_continue.py
2016-07-07 13:08:00 -04:00

10 lines
180 B
Python

# 2.6.9 text_file.py
# Bugs in 2.6 and 2.7 detecting structure
def readline (self):
while 1:
if self:
if __file__:
continue
return