ast_decompiler icon indicating copy to clipboard operation
ast_decompiler copied to clipboard

An AST-to-code library for Python

Results 2 ast_decompiler issues
Sort by recently updated
recently updated
newest added

Test cases like `check("""f'{f"hello"}'""")` fail. This is somewhat tricky to implement and it's not very pretty code, so I'm going to not worry about it for now.

While packaging this module for openSUSE, we have encountered this error: ``` [ 24s] + PYTHONPATH=/home/abuild/rpmbuild/BUILDROOT/python-ast-decompiler-0.7.0-0.x86_64/usr/lib/python3.8/site-packages [ 24s] + PYTHONDONTWRITEBYTECODE=1 [ 24s] + pytest-3.8 --ignore=_build.python38 --ignore=_build.python39 --ignore=_build.python310 -v tests/ [...