Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h62 #define STORE_SUBSCR 60 macro
/external/python/cpython2/Doc/library/
Ddis.rst434 .. opcode:: STORE_SUBSCR ()
/external/python/cpython2/Python/
Dcompile.c760 case STORE_SUBSCR: in opcode_stack_effect()
3221 case Store: op = STORE_SUBSCR; break; in compiler_handle_subscr()
Dceval.c1902 TARGET_NOARG(STORE_SUBSCR) in PyEval_EvalFrameEx()