Searched defs:Long_InfoType (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
H A Dlongobject.c4360 static PyTypeObject Long_InfoType; variable
4386 long_info = PyStructSequence_New(&Long_InfoType);
4404 if (Long_InfoType.tp_name == 0)
4405 PyStructSequence_InitType(&Long_InfoType, &long_info_desc);

Completed in 571 milliseconds