Home
last modified time | relevance | path

Searched refs:DELETE_NAME (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Include/
Dopcode.h97 #define DELETE_NAME 91 /* "" */ macro
/external/python/cpython2/Doc/library/
Ddis.rst590 .. opcode:: DELETE_NAME (namei)
626 Works as ``DELETE_NAME``, but deletes a global name.
/external/python/cpython2/Python/
Dcompile.c821 case DELETE_NAME: in opcode_stack_effect()
2416 case Del: op = DELETE_NAME; break; in compiler_nameop()
Dceval.c2191 TARGET(DELETE_NAME) in PyEval_EvalFrameEx()