Searched refs:Repeat0 (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Tools/peg_generator/pegen/ |
D | first_sets.py | 23 Repeat0, 69 if not isinstance(other.item, (Opt, NegativeLookahead, Repeat0)): 98 def visit_Repeat0(self, item: Repeat0) -> Set[str]: argument
|
D | metagrammar.gram | 21 Repeat0, 98 | atom '*' {Repeat0(atom)}
|
D | python_generator.py | 15 Repeat0, 104 def visit_Repeat0(self, node: Repeat0) -> Tuple[str, str]: argument
|
D | grammar_parser.py | 30 Repeat0, 503 return Repeat0 ( atom )
|
D | c_generator.py | 20 Repeat0, 259 def visit_Repeat0(self, node: Repeat0) -> FunctionCall: argument
|
D | grammar.py | 367 class Repeat0(Repeat): class
|