Home
last modified time | relevance | path

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

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