Searched refs:STORE_GLOBAL (Results 1 – 12 of 12) sorted by relevance
154 STORE_GLOBAL = 97165 elif arg == name_idx and (op == STORE_NAME or op == STORE_GLOBAL):
104 #define STORE_GLOBAL 97 /* "" */ macro
76 #define STORE_GLOBAL 97 macro
21 STORE_GLOBAL = dis.opmap['STORE_GLOBAL'] variable22 STORE_OPS = STORE_NAME, STORE_GLOBAL
18 STORE_GLOBAL = dis.opmap['STORE_GLOBAL'] variable19 STORE_OPS = STORE_NAME, STORE_GLOBAL
587 or ``STORE_GLOBAL`` if possible.619 .. opcode:: STORE_GLOBAL (namei)
751 :opcode:`STORE_FAST` or :opcode:`STORE_GLOBAL` if possible.789 .. opcode:: STORE_GLOBAL (namei)
832 case STORE_GLOBAL: in opcode_stack_effect()2401 case Store: op = STORE_GLOBAL; break; in compiler_nameop()
2283 TARGET(STORE_GLOBAL) in PyEval_EvalFrameEx()
997 case STORE_GLOBAL: in stack_effect()3247 case Store: op = STORE_GLOBAL; break; in compiler_nameop()
2034 TARGET(STORE_GLOBAL) { in _PyEval_EvalFrameDefault()
4771 be assigned using STORE_GLOBAL opcode).