Searched refs:STORE_GLOBAL (Results 1 – 6 of 6) sorted by relevance
104 #define STORE_GLOBAL 97 /* "" */ macro
21 STORE_GLOBAL = dis.opmap['STORE_GLOBAL'] variable22 STORE_OPS = STORE_NAME, STORE_GLOBAL
587 or ``STORE_GLOBAL`` if possible.619 .. opcode:: STORE_GLOBAL (namei)
832 case STORE_GLOBAL: in opcode_stack_effect()2400 case Store: op = STORE_GLOBAL; break; in compiler_nameop()
2271 TARGET(STORE_GLOBAL) in PyEval_EvalFrameEx()
8725 correctly (should be assigned using STORE_GLOBAL opcode).