Searched refs:Otype (Results 1 – 1 of 1) sorted by relevance
547 static PyTypeObject Otype = { variable585 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()