Searched refs:IO_getval (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | cStringIO.c | 128 IO_getval(IOobject *self, PyObject *args) { in IO_getval() function 492 {"getvalue", (PyCFunction)IO_getval, METH_VARARGS, IO_getval__doc__}, 599 {"getvalue", (PyCFunction)IO_getval, METH_VARARGS, IO_getval__doc__},
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | cStringIO.c | 126 IO_getval(IOobject *self, PyObject *args) { in IO_getval() function 514 {"getvalue", (PyCFunction)IO_getval, METH_VARARGS, IO_getval__doc__}, 621 {"getvalue", (PyCFunction)IO_getval, METH_VARARGS, IO_getval__doc__},
|