Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dstructseq.h19 int n_in_sequence; member
/external/python/cpython3/Include/
Dstructseq.h19 int n_in_sequence; member
/external/python/cpython3/Objects/
Dstructseq.c396 SET_DICT_FROM_SIZE(visible_length_key, desc->n_in_sequence); in PyStructSequence_InitType2()
/external/python/cpython2/Objects/
Dstructseq.c537 SET_DICT_FROM_INT(visible_length_key, desc->n_in_sequence); in PyStructSequence_InitType()
/external/python/cpython3/Doc/c-api/
Dtuple.rst155 | ``n_in_sequence`` | ``int`` | number of fields visible to the |