Searched refs:floatinfo_desc (Results 1 – 2 of 2) sorted by relevance
70 static PyStructSequence_Desc floatinfo_desc = { variable2002 if (PyStructSequence_InitType2(&FloatInfoType, &floatinfo_desc) < 0) in _PyFloat_Init()
96 static PyStructSequence_Desc floatinfo_desc = { variable2210 PyStructSequence_InitType(&FloatInfoType, &floatinfo_desc); in _PyFloat_Init()