Home
last modified time | relevance | path

Searched refs:make_first_graph (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Tools/peg_generator/pegen/
Dparser_generator.py167 graph = make_first_graph(rules)
194 def make_first_graph(rules: Dict[str, Rule]) -> Dict[str, AbstractSet[str]]: function