Searched refs:_QUOTES (Results 1 – 4 of 4) sorted by relevance
17 _QUOTES = '"\'' # Either a single or a double quote. variable257 if (current_quote is None and c in _QUOTES) or c == current_quote:
68 _QUOTES = frozenset(("'", '"')) variable1196 for mark in _QUOTES1441 while self.token and self.token[0] in _QUOTES:1458 if len(text) < 1 or text[0] not in _QUOTES:
2031 _QUOTES = '"\''2032 for q in _QUOTES:
75 for quote in text_format._QUOTES: