Home
last modified time | relevance | path

Searched defs:LOAD_CONST (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
Dmodulefinder.py18 LOAD_CONST = dis.opmap['LOAD_CONST'] variable
/external/python/cpython3/Lib/
Dmodulefinder.py12 LOAD_CONST = dis.opmap['LOAD_CONST'] variable
/external/python/cpython3/Include/
Dopcode.h85 #define LOAD_CONST 100 macro
/external/python/cpython2/Include/
Dopcode.h107 #define LOAD_CONST 100 /* Index in const list */ macro