Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dopcode.h44 #define DELETE_SUBSCR 61 macro
/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()
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.rst565 .. opcode:: DELETE_SUBSCR
/external/python/cpython3/Python/
Dcompile.c927 case DELETE_SUBSCR: in stack_effect()
5386 case Del: op = DELETE_SUBSCR; break; in compiler_subscript()
Dceval.c1997 case TARGET(DELETE_SUBSCR): { in _PyEval_EvalFrameDefault()