Home
last modified time | relevance | path

Searched defs:HAVE_ARGUMENT (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Dopcode.py124 HAVE_ARGUMENT = 90 # Opcodes from here have an argument: variable
Dmodulefinder.py23 HAVE_ARGUMENT = dis.HAVE_ARGUMENT variable
/external/python/cpython2/Include/
Dopcode.h94 #define HAVE_ARGUMENT 90 /* Opcodes from here have an argument: */ macro