Searched refs:STORE_NAME (Results 1 – 11 of 11) sorted by relevance
153 STORE_NAME = 90165 elif arg == name_idx and (op == STORE_NAME or op == STORE_GLOBAL):
71 #define STORE_NAME 90 macro
96 #define STORE_NAME 90 /* Index in name list */ macro
14 STORE_NAME = dis.opmap['STORE_NAME'] variable16 STORE_OPS = STORE_NAME, STORE_GLOBAL
20 STORE_NAME = dis.opmap['STORE_NAME'] variable22 STORE_OPS = STORE_NAME, STORE_GLOBAL
552 store it in (a) variable(s) (:opcode:`STORE_FAST`, :opcode:`STORE_NAME`, or583 .. opcode:: STORE_NAME (namei)621 Works as ``STORE_NAME``, but stores the name as a global.
748 store it in (a) variable(s) (:opcode:`STORE_FAST`, :opcode:`STORE_NAME`, or756 .. opcode:: STORE_NAME (namei)800 Works as :opcode:`STORE_NAME`, but stores the name as a global.
819 case STORE_NAME: in opcode_stack_effect()2416 case Store: op = STORE_NAME; break; in compiler_nameop()
2180 TARGET(STORE_NAME) in PyEval_EvalFrameEx()5191 case STORE_NAME: in string_concatenate()
2343 case TARGET(STORE_NAME): { in _PyEval_EvalFrameDefault()5533 case STORE_NAME: in unicode_concatenate()
972 case STORE_NAME: in stack_effect()3632 case Store: op = STORE_NAME; break; in compiler_nameop()