Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
DcStringIO.c624 static PyTypeObject Itype = { variable
670 self = PyObject_New(Iobject, &Itype); in newIobject()
716 &Itype,
738 Py_TYPE(&Itype)=&PyType_Type; in initcStringIO()
741 if (PyType_Ready(&Itype) < 0) return; in initcStringIO()
747 PyDict_SetItemString(d,"InputType", (PyObject*)&Itype); in initcStringIO()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
DcStringIO.c646 static PyTypeObject Itype = { variable
695 self = PyObject_New(Iobject, &Itype); in newIobject()
743 &Itype,
765 Py_TYPE(&Itype)=&PyType_Type; in initcStringIO()
768 if (PyType_Ready(&Itype) < 0) return; in initcStringIO()
774 PyDict_SetItemString(d,"InputType", (PyObject*)&Itype); in initcStringIO()