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