Searched defs:Repeat1 (Results 1 – 5 of 5) sorted by relevance
98 def visit_Repeat1(self, item: Repeat1) -> Set[str]:
161 def visit_Repeat1(self, node: Repeat1) -> Tuple[str, str]:
259 def visit_Repeat1(self, repeat: Repeat1) -> bool:
313 def visit_Repeat1(self, node: Repeat1) -> FunctionCall:
295 class Repeat1(Repeat): class