Searched defs:STORE_GLOBAL (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Include/ | ||
D | opcode.h | 82 #define STORE_GLOBAL 97 macro |
/third_party/python/Lib/ | ||
D | modulefinder.py | 15 STORE_GLOBAL = dis.opmap['STORE_GLOBAL'] variable |