DEBSOURCES
Skip Quicknav
sources / python-tokenize-rt / 6.2.0-1 / testing / resources / backslash_continuation.py
12345678910
from __future__ import annotations x = \ 5 # Also with multiple lines of backslashing x = \ \ \ \ 5