Home
last modified time | relevance | path

Searched refs:nsubkwargs (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
3737 nsubkwargs++; in compiler_call_helper()
3741 nsubkwargs++; in compiler_call_helper()
3751 nsubkwargs++; in compiler_call_helper()
3753 if (nsubkwargs > 1) { in compiler_call_helper()
3755 ADDOP_I(c, BUILD_MAP_UNPACK_WITH_CALL, nsubkwargs); in compiler_call_helper()
3757 ADDOP_I(c, CALL_FUNCTION_EX, nsubkwargs > 0); in compiler_call_helper()