Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h63 #define DELETE_SUBSCR 61 macro
/external/python/cpython3/Include/
Dopcode.h40 #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()
3223 case Del: op = DELETE_SUBSCR; break; in compiler_handle_subscr()
Dceval.c1929 TARGET_NOARG(DELETE_SUBSCR) in PyEval_EvalFrameEx()
/external/python/cpython3/Doc/library/
Ddis.rst548 .. opcode:: DELETE_SUBSCR
/external/python/cpython3/Python/
Dcompile.c926 case DELETE_SUBSCR: in stack_effect()
4836 case Del: op = DELETE_SUBSCR; break; in compiler_handle_subscr()
Dceval.c1585 TARGET(DELETE_SUBSCR) { in _PyEval_EvalFrameDefault()