Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
DcStringIO.c547 static PyTypeObject Otype = { variable
585 self = PyObject_New(Oobject, &Otype); in newOobject()
744 &Otype,
766 Py_TYPE(&Otype)=&PyType_Type; in initcStringIO()
767 if (PyType_Ready(&Otype) < 0) return; in initcStringIO()
775 PyDict_SetItemString(d,"OutputType", (PyObject*)&Otype); in initcStringIO()