Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dlongobject.c5436 static PyStructSequence_Desc int_info_desc = { variable
5503 if (PyStructSequence_InitType2(&Int_InfoType, &int_info_desc) < 0) in _PyLong_Init()