Searched refs:has_escape (Results 1 – 1 of 1) sorted by relevance
60 def __init__(self, ttype, value='', has_escape=False): argument72 self.has_escape = has_escape114 if not self.has_escape:314 has_escape = False395 has_escape = True404 return Token(ttype, token, has_escape)