Home
last modified time | relevance | path

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

/external/python/cpython2/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()