Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h151 #define CALL_FUNCTION_KW 141 /* #args + (#kwargs<<8) */ macro
/external/python/cpython3/Include/
Dopcode.h110 #define CALL_FUNCTION_KW 141 macro
/external/python/cpython2/Lib/compiler/
Dpyassem.py746 def CALL_FUNCTION_KW(self, argc): member in StackDepthTracker