Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c1819 PyObject *keytuple = PyList_AsTuple(names); in compiler_visit_annotations() local
1821 if (keytuple == NULL) { in compiler_visit_annotations()
1824 ADDOP_N(c, LOAD_CONST, keytuple, consts); in compiler_visit_annotations()