Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/peg_generator/pegen/
Dmetagrammar.gram22 Repeat1,
99 | atom '+' {Repeat1(atom)}
Dfirst_sets.py24 Repeat1,
101 def visit_Repeat1(self, item: Repeat1) -> Set[str]: argument
Dpython_generator.py16 Repeat1,
111 def visit_Repeat1(self, node: Repeat1) -> Tuple[str, str]: argument
Dgrammar_parser.py31 Repeat1,
512 return Repeat1 ( atom )
Dc_generator.py21 Repeat1,
272 def visit_Repeat1(self, node: Repeat1) -> FunctionCall: argument
Dgrammar.py383 class Repeat1(Repeat): class