Searched refs:Repeat1 (Results 1 – 6 of 6) sorted by relevance
22 Repeat1,99 | atom '+' {Repeat1(atom)}
24 Repeat1,101 def visit_Repeat1(self, item: Repeat1) -> Set[str]: argument
16 Repeat1,111 def visit_Repeat1(self, node: Repeat1) -> Tuple[str, str]: argument
31 Repeat1,512 return Repeat1 ( atom )
21 Repeat1,272 def visit_Repeat1(self, node: Repeat1) -> FunctionCall: argument
383 class Repeat1(Repeat): class