Searched defs:PyLong_Type (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.c92 return PyObject_NEW_VAR(PyLongObject, &PyLong_Type, size);
4001 if (type != &PyLong_Type)
4053 assert(PyType_IsSubtype(type, &PyLong_Type));
4054 tmp = (PyLongObject *)long_new(&PyLong_Type, args, kwds);
4290 PyTypeObject PyLong_Type = { variable

Completed in 63 milliseconds