Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h152 #define CALL_FUNCTION_VAR_KW 142 /* #args + (#kwargs<<8) */ macro
/external/python/cpython2/Lib/compiler/
Dpyassem.py748 def CALL_FUNCTION_VAR_KW(self, argc): member in StackDepthTracker