Files
python-uncompyle6/test/simple_source/bug27+/04_loop_try_else.py
2018-01-12 22:25:42 -05:00

13 lines
320 B
Python

# From Python 2.7 ihooks.py
def ensure_fromlist(self, fromlist):
for sub in fromlist:
if sub:
if not recursive:
try:
all = 5
except AttributeError:
pass
else:
all = 6
continue