/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/ |
stringio.c | 461 stringio_write(stringio *self, PyObject *obj)
function 831 {"write", (PyCFunction)stringio_write, METH_O, stringio_write_doc},
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/ |
stringio.c | 461 stringio_write(stringio *self, PyObject *obj)
function 818 {"write", (PyCFunction)stringio_write, METH_O, stringio_write_doc},
|
/external/python/cpython2/Modules/_io/ |
stringio.c | 461 stringio_write(stringio *self, PyObject *obj) function 831 {"write", (PyCFunction)stringio_write, METH_O, stringio_write_doc},
|