Home
last modified time | relevance | path

Searched refs:CALL_FUNCTION_VAR (Results 1 – 5 of 5) 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()
2562 ADDOP_I(c, CALL_FUNCTION_VAR, n); in compiler_call()
Dceval.c2997 TARGET_WITH_IMPL(CALL_FUNCTION_VAR, _call_function_var_kw) in PyEval_EvalFrameEx()