Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dstructseq.c46 #define VISIBLE_SIZE_TP(tp) get_type_attr_as_size(tp, &PyId_n_sequence_fields) macro
62 Py_ssize_t vsize = VISIBLE_SIZE_TP(type); in PyStructSequence_New()
146 min_len = VISIBLE_SIZE_TP(type); in structseq_new_impl()