Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c3317 Py_ssize_t i, nsubitems = 0, nseen = 0; in starunpack_helper() local
3324 nsubitems++; in starunpack_helper()
3327 nsubitems++; in starunpack_helper()
3334 if (nsubitems) { in starunpack_helper()
3337 nsubitems++; in starunpack_helper()
3339 ADDOP_I(c, outer_op, nsubitems); in starunpack_helper()