Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/_io/
Dstringio.c289 stringio_readline(stringio *self, PyObject *args) in stringio_readline() function
827 {"readline", (PyCFunction)stringio_readline, METH_VARARGS, stringio_readline_doc},