Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h109 #define DELETE_FAST 126 macro
/third_party/python/Doc/library/
Ddis.rst1061 .. opcode:: DELETE_FAST (var_num)
/third_party/python/Python/
Dcompile.c1132 case DELETE_FAST: in stack_effect()
3744 case Del: op = DELETE_FAST; break; in compiler_nameop()
Dceval.c3044 case TARGET(DELETE_FAST): { in _PyEval_EvalFrameDefault()