Home
last modified time | relevance | path

Searched refs:CALL_FUNCTION_VAR (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Include/
Dopcode.h150 #define CALL_FUNCTION_VAR 140 /* #args + (#kwargs<<8) */ macro
/external/python/cpython2/Lib/compiler/
Dpyassem.py744 def CALL_FUNCTION_VAR(self, argc): member in StackDepthTracker
/external/python/cpython2/Doc/library/
Ddis.rst848 .. opcode:: CALL_FUNCTION_VAR (argc)
/external/python/cpython2/Python/
Dcompile.c889 case CALL_FUNCTION_VAR: in opcode_stack_effect()
2563 ADDOP_I(c, CALL_FUNCTION_VAR, n); in compiler_call()
Dceval.c3017 TARGET_WITH_IMPL(CALL_FUNCTION_VAR, _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