Searched refs:Itype (Results 1 – 2 of 2) sorted by relevance
624 static PyTypeObject Itype = { variable670 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()
646 static PyTypeObject Itype = { variable695 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()