Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h150 #define CALL_FUNCTION_VAR 140 /* #args + (#kwargs<<8) */ macro
/external/python/cpython2/Lib/compiler/
Dpyassem.py744 def CALL_FUNCTION_VAR(self, argc): member in StackDepthTracker