Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h62 #define STORE_SUBSCR 60 macro
/external/python/cpython3/Include/
Dopcode.h39 #define STORE_SUBSCR 60 macro
/external/python/cpython2/Doc/library/
Ddis.rst434 .. opcode:: STORE_SUBSCR ()
/external/python/cpython3/Python/
Dcompile.c924 case STORE_SUBSCR: in stack_effect()
4730 ADDOP(c, STORE_SUBSCR); in compiler_annassign()
4835 case Store: op = STORE_SUBSCR; break; in compiler_handle_subscr()
Dceval.c1569 TARGET(STORE_SUBSCR) { in _PyEval_EvalFrameDefault()
/external/python/cpython2/Python/
Dcompile.c760 case STORE_SUBSCR: in opcode_stack_effect()
3222 case Store: op = STORE_SUBSCR; break; in compiler_handle_subscr()
Dceval.c1914 TARGET_NOARG(STORE_SUBSCR) in PyEval_EvalFrameEx()
/external/python/cpython3/Doc/library/
Ddis.rst543 .. opcode:: STORE_SUBSCR