Expand description
Internal module implementing the parser for format strings.
Users should call escape_double_curly_braces or parse_format_arguments.
Structs§
- Parse
Error - Parser error for invalid Python-style format strings.
Enums§
- Value
- Parsed format string segment.
Functions§
- escape_
double_ curly_ braces - Unescape doubled braces (
{{->{,}}->}) invalue. - parse_
format_ arguments - Parse a format string into a sequence of
Valuesegments.