Home
last modified time | relevance | path

Searched refs:OP_ASSIGN (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/compiler/
Dconsts.py2 OP_ASSIGN = 'OP_ASSIGN' variable
Dtransformer.py37 from compiler.consts import OP_ASSIGN, OP_DELETE, OP_APPLY
371 nodesl.append(self.com_assign(nodelist[i], OP_ASSIGN))
537 assignNode = self.com_assign(nodelist[1], OP_ASSIGN)
950 expr2 = self.com_assign(node[4], OP_ASSIGN)
981 var = self.com_assign(nodelist[3], OP_ASSIGN)
1135 assignNode = self.com_assign(node[2], OP_ASSIGN)
1187 assignNode = self.com_assign(node[2], OP_ASSIGN)