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

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
H A Dlongobject.c4334 static PyTypeObject Long_InfoType; variable
4360 long_info = PyStructSequence_New(&Long_InfoType);
4378 if (Long_InfoType.tp_name == 0)
4379 PyStructSequence_InitType(&Long_InfoType, &long_info_desc);

Completed in 245 milliseconds