Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c3678 int mustdictunpack = 0; in compiler_call_helper() local
3689 mustdictunpack = 1; in compiler_call_helper()
3715 if (nsubargs || mustdictunpack) { in compiler_call_helper()