Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dstructseq.c327 Py_ssize_t n_fields, n_visible_fields, n_unnamed_fields, i; in structseq_reduce() local
333 n_visible_fields = VISIBLE_SIZE(self); in structseq_reduce()
338 tup = _PyTuple_FromArray(self->ob_item, n_visible_fields); in structseq_reduce()
346 for (i = n_visible_fields; i < n_fields; i++) { in structseq_reduce()