mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2024-11-26 22:50:40 +00:00
027c9a7dc0
However we've isolated and documented the 3.x grammar a little bit better |
||
---|---|---|
.. | ||
00_assign.pyc | ||
00_import.pyc | ||
00_pass.pyc | ||
01_boolean.pyc | ||
01_list_comprehension.pyc | ||
01_named_and_kwargs.pyc | ||
01_ops.pyc | ||
01_positional.pyc | ||
01_try_except_raise.pyc | ||
01_try_except.pyc | ||
02_def.pyc | ||
02_ifelse_comprehension.pyc | ||
02_named_and_kwargs.pyc | ||
03_if_try_raise.pyc | ||
03_if.pyc | ||
03_map.pyc | ||
03_weird26.pyc | ||
05_closure_bug.pyc | ||
05_dup_top_two.pyc | ||
05_if.pyc | ||
05_ifelse.pyc | ||
05_list_comprehension.pyc | ||
05_store_locals.pyc | ||
05_while_true_break.pyc | ||
06_classbug.pyc | ||
07_forelselast.pyc | ||
09_class_closure.pyc | ||
09_if_whiletrue_bug.pyc | ||
10_classdec.pyc | ||
10_del.pyc | ||
10_for.pyc | ||
10_keyword.pyc | ||
10_lambda.pyc | ||
10_while.pyc | ||
11_classbug.pyc | ||
11_for_if_loopback2.pyc | ||
11_if_while_bug.pyc | ||
11_mkfunc_closure.pyc | ||
11-list-if.pyc | ||
README |
These are byte-compiled programs compiled by Python 3.2 The numbers in the filenames are to assist running the programs from the simplest to more complex. For example, many tests have assignment statements or function calls, so we want to test those constructs first. Code and organization merged from uncompyle3, uncompyle{,2}, and pycdc