Searched defs:LOAD_CONST (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/ | ||
D | modulefinder.py | 18 LOAD_CONST = dis.opmap['LOAD_CONST'] variable |
/external/python/cpython2/Include/ | ||
D | opcode.h | 107 #define LOAD_CONST 100 /* Index in const list */ macro |