Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/compiler/
Dconsts.py3 OP_DELETE = 'OP_DELETE' variable
Dtransformer.py37 from compiler.consts import OP_ASSIGN, OP_DELETE, OP_APPLY
400 return self.com_assign(nodelist[1], OP_DELETE)