Home
last modified time | relevance | path

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

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