Searched refs:_QUOTES (Results 1 – 4 of 4) sorted by relevance
19 _QUOTES = '"\'' # Either a single or a double quote. variable251 if (current_quote is None and c in _QUOTES) or c == current_quote:
69 _QUOTES = frozenset(("'", '"')) variable776 r'{qt}([^{qt}\n\\]|\\.)*({qt}|\\?$)'.format(qt=mark) for mark in _QUOTES1024 while self.token and self.token[0] in _QUOTES:1041 if len(text) < 1 or text[0] not in _QUOTES:
2031 _QUOTES = '"\''2032 for q in _QUOTES:
67 for quote in text_format._QUOTES: