mirror of
https://github.com/zrax/pycdc.git
synced 2026-06-23 11:34:07 +00:00
12 lines
400 B
Text
12 lines
400 B
Text
'\ntest_loops2.py -- source test pattern for loops (CONTINUE_LOOP)\n\nThis source is part of the decompyle test suite.\n\ndecompyle is a Python byte-code decompiler\nSee http://www.goebel-consult.de/decompyle/ for download and\nfor further information\n' <EOL>
|
|
for term in args : <EOL>
|
|
<INDENT>
|
|
try : <EOL>
|
|
<INDENT>
|
|
print <EOL>
|
|
continue <EOL>
|
|
print <EOL>
|
|
<OUTDENT>
|
|
except : <EOL>
|
|
<INDENT>
|
|
pass <EOL>
|