Searched defs:CALL_FUNCTION (Results 1 – 4 of 4) sorted by relevance
70 #define CALL_FUNCTION(arg, ...) TestFunc(arg PW_COMMA_ARGS(__VA_ARGS__)) macro
112 #define CALL_FUNCTION 131 macro
139 #define CALL_FUNCTION 131 /* #args + (#kwargs<<8) */ macro
741 def CALL_FUNCTION(self, argc): member in StackDepthTracker