Home
last modified time | relevance | path

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

/third_party/python/Include/
Dstructseq.h19 int n_in_sequence; member
/third_party/python/Objects/
Dstructseq.c401 SET_DICT_FROM_SIZE(visible_length_key, desc->n_in_sequence); in initialize_structseq_dict()
407 PyObject* keys = PyTuple_New(desc->n_in_sequence); in initialize_structseq_dict()
412 for (i = k = 0; i < desc->n_in_sequence; ++i) { in initialize_structseq_dict()
/third_party/python/Modules/
D_lsprof.c494 .n_in_sequence = 6
501 .n_in_sequence = 5
D_threadmodule.c1486 .n_in_sequence = 4
D_testcapimodule.c3871 descr.n_in_sequence = 1; in test_structseq_newtype_doesnt_leak()
/third_party/python/Doc/c-api/
Dtuple.rst156 | ``n_in_sequence`` | ``int`` | number of fields visible to the |
/third_party/python/Python/
Derrors.c1217 .n_in_sequence = 5