Files
python-uncompyle6/test/simple_source/looping/10_while.py
2016-09-09 22:27:13 -04:00

14 lines
248 B
Python

# From 3.2 text_file.py
def readline(self, line):
while True:
if self.join_lines:
if line:
continue
if self:
continue
return line
while __name__ != '__main__':
b = 4