Files
python-uncompyle6/test/simple_source
rocky ffbce9cb77 3.6 class signature problems...
This time getting the class name in when a "load_closure" is added.
2018-03-04 17:25:42 -05:00
..
2017-12-14 19:26:27 -05:00
2018-02-21 04:17:08 -05:00
2018-01-13 00:58:16 -05:00
2017-12-02 12:06:01 -05:00
2017-12-02 08:53:11 -05:00
2018-03-01 18:56:08 -05:00
2018-03-04 17:25:42 -05:00
2015-12-27 16:50:45 -05:00
2017-12-05 07:50:22 -05:00
2017-12-03 10:46:22 -05:00
2018-01-11 21:52:33 -05:00
2016-05-08 18:41:59 -04:00
2017-12-05 22:50:21 -05:00
2016-05-19 08:40:20 -04:00

Files in this directory contain very simple constructs.
Some of these don't work across across all versions of Python.

Their simplicity is to try to make it easier to debug scanner, grammar
and semantic-action routines.

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