Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h141 #define BUILD_SLICE 133 /* Number of items */ macro
/external/python/cpython3/Include/
Dopcode.h105 #define BUILD_SLICE 133 macro
/external/python/cpython2/Lib/compiler/
Dpyassem.py755 def BUILD_SLICE(self, argc): member in StackDepthTracker