Home | History | Annotate | Download | only in compiler

Lines Matching refs:dstar_args

1091         if node.dstar_args is not None:
1092 self.visit(node.dstar_args)
1094 have_dstar = node.dstar_args is not None