Home
last modified time | relevance | path

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

/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