Module f_string

Source

Structs§

FormattedValue
Formatted value within an f-string (e.g., the {name} part)
JoinedStr
Joined string (f-string, e.g., f“Hello {name}“)