mirror of
https://github.com/python/cpython.git
synced 2025-10-28 09:10:36 +00:00
Note: this doesn't unpack f-strings into the underlying JoinedStr AST.
Ideally we'd fully implement JoinedStr here but given its additional
complexity, I think this is worth bandaiding as is. This unblocks tools like
https://github.com/google/yapf to format 3.6 syntax using f-strings.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| data | ||
| __init__.py | ||
| __main__.py | ||
| pytree_idempotency.py | ||
| support.py | ||
| test_all_fixers.py | ||
| test_fixers.py | ||
| test_main.py | ||
| test_parser.py | ||
| test_pytree.py | ||
| test_refactor.py | ||
| test_util.py | ||