Home | History | Annotate | Download | only in Lib

Lines Matching refs:_strprefixes

1650     _strprefixes = tuple(p + q for p in ('b', 'r', 'u') for q in ("'", '"'))
1652 'STRINGS' : ("'", "'''", '"""', '"') + _strprefixes,