Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h50 #define DELETE_SLICE 50 macro
/external/python/cpython2/Doc/library/
Ddis.rst414 .. opcode:: DELETE_SLICE+0 ()
419 .. opcode:: DELETE_SLICE+1 ()
424 .. opcode:: DELETE_SLICE+2 ()
429 .. opcode:: DELETE_SLICE+3 ()
/external/python/cpython2/Python/
Dcompile.c745 case DELETE_SLICE+0: in opcode_stack_effect()
747 case DELETE_SLICE+1: in opcode_stack_effect()
749 case DELETE_SLICE+2: in opcode_stack_effect()
751 case DELETE_SLICE+3: in opcode_stack_effect()
3307 case Del: op = DELETE_SLICE; break; in compiler_simple_slice()
Dceval.c1878 TARGET_WITH_IMPL_NOARG(DELETE_SLICE, _delete_slice) in PyEval_EvalFrameEx()
1884 if ((opcode-DELETE_SLICE) & 2) in PyEval_EvalFrameEx()
1888 if ((opcode-DELETE_SLICE) & 1) in PyEval_EvalFrameEx()