Home
last modified time | relevance | path

Searched defs:NameLeaf (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Tools/peg_generator/pegen/
Dfirst_sets.py104 def visit_NameLeaf(self, item: NameLeaf) -> Set[str]:
Dparser_generator.py25 def visit_NameLeaf(self, node: NameLeaf) -> None:
Dpython_generator.py51 def visit_NameLeaf(self, node: NameLeaf) -> Tuple[Optional[str], str]:
Dc_generator.py133 def visit_NameLeaf(self, node: NameLeaf) -> FunctionCall:
Dgrammar.py152 class NameLeaf(Leaf): class