Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
DcStringIO.c659 newIobject(PyObject *s) { in newIobject() function
694 if (s) return newIobject(s); in IO_StringIO()
715 newIobject,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
DcStringIO.c681 newIobject(PyObject *s) { in newIobject() function
721 if (s) return newIobject(s); in IO_StringIO()
742 newIobject,