Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c3313 starunpack_helper(struct compiler *c, asdl_seq *elts, in starunpack_helper() function
3384 return starunpack_helper(c, elts, in compiler_list()
3400 return starunpack_helper(c, elts, in compiler_tuple()
3411 return starunpack_helper(c, e->v.Set.elts, BUILD_SET, in compiler_set()