Searched refs:STORE_NAME (Results 1 – 5 of 5) sorted by relevance
75 #define STORE_NAME 90 macro
14 STORE_NAME = dis.opmap['STORE_NAME'] variable16 STORE_OPS = STORE_NAME, STORE_GLOBAL
749 store it in (a) variable(s) (:opcode:`STORE_FAST`, :opcode:`STORE_NAME`, or803 .. opcode:: STORE_NAME (namei)847 Works as :opcode:`STORE_NAME`, but stores the name as a global.
2758 case TARGET(STORE_NAME): { in _PyEval_EvalFrameDefault()6346 case STORE_NAME: in unicode_concatenate()
1054 case STORE_NAME: in stack_effect()3758 case Store: op = STORE_NAME; break; in compiler_nameop()