Lines Matching refs:star_node
1261 star_node = dstar_node = None
1268 if star_node is not None:
1270 star_node = self.com_node(nodelist[i+1])
1281 kw, result = self.com_argument(node, kw, star_node)
1292 return CallFunc(primaryNode, args, star_node, dstar_node,
1295 def com_argument(self, nodelist, kw, star_node):
1302 if star_node: