Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast_opt.c274 make_const_tuple(asdl_seq *elts) in make_const_tuple() function
305 newval = make_const_tuple(node->v.Tuple.elts); in fold_tuple()
353 newval = make_const_tuple(elts); in fold_iter()
356 newval = make_const_tuple(arg->v.Set.elts); in fold_iter()