Home | History | Annotate | Download | only in Lib

Lines Matching refs:_strprefixes

1748     _strprefixes = [p + q for p in ('b', 'f', 'r', 'u') for q in ("'", '"')]
1750 'STRINGS' : ("'", "'''", '"', '"""', *_strprefixes),