Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h47 #define STORE_SUBSCR 60 macro
/third_party/python/Python/
Dcompile.c1007 case STORE_SUBSCR: in stack_effect()
5388 ADDOP(c, STORE_SUBSCR); in compiler_augassign()
5485 ADDOP(c, STORE_SUBSCR); in compiler_annassign()
5605 case Store: op = STORE_SUBSCR; break; in compiler_subscript()
Dceval.c2365 case TARGET(STORE_SUBSCR): { in _PyEval_EvalFrameDefault()
/third_party/python/Doc/library/
Ddis.rst560 .. opcode:: STORE_SUBSCR