Files
python-uncompyle6/test/simple_source/stmts/03_if_elif.py
2016-07-06 20:56:29 -04:00

9 lines
179 B
Python

# 2.6.9 symbols.py
# Bug in 2.6 is having multple COME_FROMs due to the
# "and" in the "if" clause
if __name__:
if __file__ and name:
pass
elif name:
pass