Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c1707 PyObject *keys_tuple = PyList_AsTuple(keys); in compiler_visit_kwonlydefaults() local
1709 if (keys_tuple == NULL) { in compiler_visit_kwonlydefaults()
1712 ADDOP_N(c, LOAD_CONST, keys_tuple, consts); in compiler_visit_kwonlydefaults()