hy/tests/native_tests
Simon Gomizelj b27cdfed69 Fix defclass construction
Python Class AST expects a body which is a list of ast.Expr. Force
every entry to be stored as a statement. This means we'll preserve
print statements.

Python also doesn't construct docstrings in classes by setting a
__doc__ attribute, it does it by inspecting the first ast.Expr node of
the class. But this means we can remove the special handler for it.
2018-03-31 02:43:53 -04:00
..
2018-03-24 12:34:43 -07:00
2018-01-01 10:38:33 -05:00
2018-02-06 23:41:12 -05:00
2018-01-01 10:38:33 -05:00
2018-03-31 02:43:53 -04:00
2018-01-01 10:38:33 -05:00
2018-01-01 10:38:33 -05:00
2018-01-01 10:38:33 -05:00
2018-01-01 10:38:33 -05:00