Home
last modified time | relevance | path

Searched refs:STORE_GLOBAL (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/
Dopcode.h82 #define STORE_GLOBAL 97 macro
/third_party/python/Lib/
Dmodulefinder.py15 STORE_GLOBAL = dis.opmap['STORE_GLOBAL'] variable
16 STORE_OPS = STORE_NAME, STORE_GLOBAL
/third_party/python/Doc/library/
Ddis.rst807 :opcode:`STORE_FAST` or :opcode:`STORE_GLOBAL` if possible.
845 .. opcode:: STORE_GLOBAL (namei)
/third_party/python/Python/
Dcompile.c1070 case STORE_GLOBAL: in stack_effect()
3751 case Store: op = STORE_GLOBAL; break; in compiler_nameop()
Dceval.c2869 case TARGET(STORE_GLOBAL): { in _PyEval_EvalFrameDefault()