mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
When the terminating quote is either at the beginning of a string literal or inside it, either in the given f-string itself or inside a nested one and either in normal fragment or in a fragment located inside a format part of another fragment. Normal string literals and nested f-strings are also checked separately.
1 line
24 B
Python
1 line
24 B
Python
s = f'{f"{42:{'foo'}}"}' |