Searched refs:star_node (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Lib/compiler/ |
D | transformer.py | 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): argument 1302 if star_node:
|