Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dstructseq.c377 Py_ssize_t n_fields, n_visible_fields, n_unnamed_fields; in structseq_reduce() local
381 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()