Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dmodulefinder.py20 STORE_NAME = dis.opmap['STORE_NAME'] variable
/external/python/cpython2/Include/
Dopcode.h96 #define STORE_NAME 90 /* Index in name list */ macro