You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
10 lines
180 B
Python
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
|