HomeSort by relevance Sort by last modified time
    Searched refs:stringio_readline (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
stringio.c 253 /* Internal helper, used by stringio_readline and stringio_iternext */
289 stringio_readline(stringio *self, PyObject *args) function
827 {"readline", (PyCFunction)stringio_readline, METH_VARARGS, stringio_readline_doc},
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
stringio.c 253 /* Internal helper, used by stringio_readline and stringio_iternext */
289 stringio_readline(stringio *self, PyObject *args) function
814 {"readline", (PyCFunction)stringio_readline, METH_VARARGS, stringio_readline_doc},
  /external/python/cpython2/Modules/_io/
stringio.c 253 /* Internal helper, used by stringio_readline and stringio_iternext */
289 stringio_readline(stringio *self, PyObject *args) function
827 {"readline", (PyCFunction)stringio_readline, METH_VARARGS, stringio_readline_doc},

Completed in 208 milliseconds