Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h135 #define DELETE_FAST 126 /* Local variable number */ macro
/external/python/cpython2/Doc/library/
Ddis.rst767 .. opcode:: DELETE_FAST (var_num)
/external/python/cpython2/Python/
Dcompile.c881 case DELETE_FAST: in opcode_stack_effect()
2384 case Del: op = DELETE_FAST; break; in compiler_nameop()
Dceval.c2389 TARGET(DELETE_FAST) in PyEval_EvalFrameEx()