Home
last modified time | relevance | path

Searched refs:n_in_sequence (Results 1 – 8 of 8) 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.c356 SET_DICT_FROM_SIZE(visible_length_key, desc->n_in_sequence); in initialize_structseq_dict()
/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.rst156 | ``n_in_sequence`` | ``int`` | number of fields visible to the |
/external/python/cpython3/Modules/
D_threadmodule.c1431 .n_in_sequence = 4
D_testcapimodule.c3723 descr.n_in_sequence = 1; in test_structseq_newtype_doesnt_leak()
/external/python/cpython3/Python/
Derrors.c1188 .n_in_sequence = 5