Home
last modified time | relevance | path

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

/third_party/python/Tools/peg_generator/pegen/
Dfirst_sets.py23 Repeat0,
69 if not isinstance(other.item, (Opt, NegativeLookahead, Repeat0)):
98 def visit_Repeat0(self, item: Repeat0) -> Set[str]: argument
Dmetagrammar.gram22 Repeat0,
105 | atom '*' {Repeat0(atom)}
Dvalidator.py14 Repeat0,
Dpython_generator.py16 Repeat0,
102 def visit_Repeat0(self, node: Repeat0) -> Tuple[str, str]: argument
Dgrammar_parser.py28 Repeat0,
567 return Repeat0 ( atom )
Dc_generator.py22 Repeat0,
288 def visit_Repeat0(self, node: Repeat0) -> FunctionCall: argument
Dgrammar.py385 class Repeat0(Repeat): class