Searched refs:n_visible_fields (Results 1 – 1 of 1) sorted by relevance
377 Py_ssize_t n_fields, n_visible_fields, n_unnamed_fields; in structseq_reduce() local381 n_visible_fields = VISIBLE_SIZE(self); in structseq_reduce()383 tup = PyTuple_New(n_visible_fields); in structseq_reduce()394 for (i = 0; i < n_visible_fields; i++) { in structseq_reduce()