Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h109 #define BUILD_TUPLE 102 /* Number of tuple items */ macro
/external/python/cpython3/Include/
Dopcode.h80 #define BUILD_TUPLE 102 macro
/external/python/cpython2/Lib/compiler/
Dpyassem.py735 def BUILD_TUPLE(self, count): member in StackDepthTracker