rustpython-ruff_python_parser 0.15.8

Unofficial fork for RustPython
Documentation
1
2
3
4
5
6
7
8
9
10
# parse_options: {"target-version": "3.14"}
t'Magic wand: { bag['wand'] }'     # nested quotes
t"{'\n'.join(a)}"                  # escape sequence
t'''A complex trick: {
    bag['bag']                     # comment
}'''
t"{t"{t"{t"{t"{t"{1+1}"}"}"}"}"}"  # arbitrary nesting
t"{t'''{"nested"} inner'''} outer" # nested (triple) quotes
t"test {a \
    } more"                        # line continuation