Searched refs:Otype (Results 1 – 2 of 2) sorted by relevance
525 static PyTypeObject Otype = { variable563 self = PyObject_New(Oobject, &Otype); in newOobject()717 &Otype,739 Py_TYPE(&Otype)=&PyType_Type; in initcStringIO()740 if (PyType_Ready(&Otype) < 0) return; in initcStringIO()748 PyDict_SetItemString(d,"OutputType", (PyObject*)&Otype); in initcStringIO()
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()