Files
python-uncompyle6/test/bytecode_2.7
rocky a215ee2f00 Use "co_consts" in docstring detection.
Note: this is an upheaval because we need to pass "code" or at least
"code.co_consts" to the docstring detection routine
2020-07-21 10:31:07 -04:00
..
2017-12-03 10:46:22 -05:00
2018-03-05 21:53:49 -05:00
2017-12-05 07:50:22 -05:00
2018-03-06 18:52:27 -05:00
2018-05-03 14:56:18 -04:00
2017-04-15 10:41:13 -04:00
2018-01-11 21:52:33 -05:00
2018-02-18 09:13:22 -05:00
2019-11-18 06:59:27 -05:00
2018-01-29 01:05:22 -05:00
2017-12-05 22:50:21 -05:00
2017-11-24 08:57:18 -05:00
2016-05-21 05:09:27 -04:00
2018-03-28 07:52:04 -04:00
2017-12-03 10:46:22 -05:00
2015-12-21 15:41:21 -05:00

These are byte-compiled programs compiled by Python 2.7

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