Searched refs:Itype (Results 1 – 1 of 1) sorted by relevance
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()