Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h48 #define DELETE_SUBSCR 61 macro
/third_party/python/Doc/library/
Ddis.rst565 .. opcode:: DELETE_SUBSCR
/third_party/python/Python/
Dcompile.c1009 case DELETE_SUBSCR: in stack_effect()
5606 case Del: op = DELETE_SUBSCR; break; in compiler_subscript()
Dceval.c2381 case TARGET(DELETE_SUBSCR): { in _PyEval_EvalFrameDefault()