Files
python-uncompyle6/test/simple_source/comprehension/05_for_for.py
2016-06-30 06:51:20 -04:00

3 lines
85 B
Python

# Python 2.6 uses SETUP_LOOP while 2.7 doesn't
(e for s in (self, other) for e in s)