Searched refs:VISIBLE_SIZE (Results 1 – 1 of 1) sorted by relevance
45 #define VISIBLE_SIZE(op) Py_SIZE(op) macro254 + VISIBLE_SIZE(obj) * 5 + 1); in structseq_repr()266 for (Py_ssize_t i=0; i < VISIBLE_SIZE(obj); i++) { in structseq_repr()333 n_visible_fields = VISIBLE_SIZE(self); in structseq_reduce()