Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dstructseq.c45 #define VISIBLE_SIZE(op) Py_SIZE(op) macro
254 + 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()