Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dstructseq.c9 static char real_length_key[] = "n_fields"; variable
21 PyDict_GetItemString((tp)->tp_dict, real_length_key))
538 SET_DICT_FROM_INT(real_length_key, n_members); in PyStructSequence_InitType()
/external/python/cpython3/Objects/
Dstructseq.c8 static const char real_length_key[] = "n_fields"; variable
397 SET_DICT_FROM_SIZE(real_length_key, n_members); in PyStructSequence_InitType2()