Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h63 #define DELETE_SUBSCR 61 macro
/external/python/cpython2/Doc/library/
Ddis.rst439 .. opcode:: DELETE_SUBSCR ()
/external/python/cpython2/Python/
Dcompile.c764 case DELETE_SUBSCR: in opcode_stack_effect()
3222 case Del: op = DELETE_SUBSCR; break; in compiler_handle_subscr()
Dceval.c1917 TARGET_NOARG(DELETE_SUBSCR) in PyEval_EvalFrameEx()