示例#1
0
 def _children_accept(self, visitor):
     Node._children_accept(self, visitor)
     self._expr_or_sequence.accept(visitor)