Home
last modified time | relevance | path

Searched refs:CALL_FUNCTION_VAR_KW (Results 1 – 6 of 6) 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
/external/python/cpython2/Doc/library/
Ddis.rst862 .. opcode:: CALL_FUNCTION_VAR_KW (argc)
/external/python/cpython2/Python/
Dcompile.c892 case CALL_FUNCTION_VAR_KW: in opcode_stack_effect()
2569 ADDOP_I(c, CALL_FUNCTION_VAR_KW, n); in compiler_call()
Dceval.c3019 TARGET(CALL_FUNCTION_VAR_KW) in PyEval_EvalFrameEx()
/external/python/cpython3/Doc/whatsnew/
D3.6.rst2367 ``CALL_FUNCTION_VAR``, ``CALL_FUNCTION_VAR_KW`` and ``MAKE_CLOSURE`` opcodes