Searched refs:EXACT_TOKENS (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Tools/peg_generator/pegen/ |
D | testutil.py | 21 EXACT_TOKENS = token.EXACT_TOKEN_TYPES # type: ignore variable 23 name for index, name in token.tok_name.items() if index not in EXACT_TOKENS.values() 80 genr = CParserGenerator(grammar, ALL_TOKENS, EXACT_TOKENS, NON_EXACT_TOKENS, out) 101 grammar, ALL_TOKENS, EXACT_TOKENS, NON_EXACT_TOKENS, file, debug=debug
|