Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h104 #define STORE_GLOBAL 97 /* "" */ macro
/external/python/cpython2/Lib/
Dmodulefinder.py21 STORE_GLOBAL = dis.opmap['STORE_GLOBAL'] variable
22 STORE_OPS = STORE_NAME, STORE_GLOBAL
/external/python/cpython2/Doc/library/
Ddis.rst587 or ``STORE_GLOBAL`` if possible.
619 .. opcode:: STORE_GLOBAL (namei)
/external/python/cpython2/Python/
Dcompile.c832 case STORE_GLOBAL: in opcode_stack_effect()
2400 case Store: op = STORE_GLOBAL; break; in compiler_nameop()
Dceval.c2271 TARGET(STORE_GLOBAL) in PyEval_EvalFrameEx()
/external/python/cpython2/Misc/
DNEWS8725 correctly (should be assigned using STORE_GLOBAL opcode).