Searched refs:_TOKEN_RE (Results 1 – 4 of 4) sorted by relevance
27 _TOKEN_RE = re.compile(r'^(X-\w+-Token):.*$', flags=re.MULTILINE) variable42 req_str = _TOKEN_RE.sub(r'\1: *****', req.as_text())
85 _TOKEN_RE = re.compile(r'(' + '|'.join(SPECIAL_TOKENS + _TOKEN_PATTERNS) + variable115 return tokens + _TOKEN_RE.findall(name)
174 _TOKEN_RE = re.compile("\\w+|->|'[\\w ]+'|\"[\\w ]+\"|(" + ARROW + ")") variable in CFGEditor437 CFGEditor._TOKEN_RE.sub(analyze_token, line)