Searched refs:is_quoted_string (Results 1 – 3 of 3) sorted by relevance
51 if not (token.is_quoted_string() or token.is_identifier()):
86 def is_quoted_string(self): member in Token503 if not (token.is_identifier() or token.is_quoted_string()):
685 if not token.is_quoted_string():