Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c3681 Py_ssize_t nsubargs = 0, nsubkwargs = 0; in compiler_call_helper() local
3703 nsubargs++; in compiler_call_helper()
3706 nsubargs++; in compiler_call_helper()
3715 if (nsubargs || mustdictunpack) { in compiler_call_helper()
3719 nsubargs++; in compiler_call_helper()
3721 if (nsubargs > 1) { in compiler_call_helper()
3724 ADDOP_I(c, BUILD_TUPLE_UNPACK_WITH_CALL, nsubargs); in compiler_call_helper()
3726 else if (nsubargs == 0) { in compiler_call_helper()