Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
DcStringIO.c525 static PyTypeObject Otype = { variable
563 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()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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()