Searched refs:CALL_FUNCTION_KW (Results 1 – 10 of 10) sorted by relevance
151 #define CALL_FUNCTION_KW 141 /* #args + (#kwargs<<8) */ macro
110 #define CALL_FUNCTION_KW 141 macro
746 def CALL_FUNCTION_KW(self, argc): member in StackDepthTracker
1081 .. opcode:: CALL_FUNCTION_KW (argc)1089 ``CALL_FUNCTION_KW`` pops all arguments and the callable object off the stack,
855 .. opcode:: CALL_FUNCTION_KW (argc)
890 case CALL_FUNCTION_KW: in opcode_stack_effect()2566 ADDOP_I(c, CALL_FUNCTION_KW, n); in compiler_call()
3018 TARGET_WITH_IMPL(CALL_FUNCTION_KW, _call_function_var_kw) in PyEval_EvalFrameEx()
1072 case CALL_FUNCTION_KW: in stack_effect()3773 ADDOP_I(c, CALL_FUNCTION_KW, n + nelts + nkwelts); in compiler_call_helper()
3133 TARGET(CALL_FUNCTION_KW) { in _PyEval_EvalFrameDefault()
2364 :opcode:`CALL_FUNCTION_KW` and :opcode:`BUILD_MAP_UNPACK_WITH_CALL` opcodes