Searched defs:IO_readline (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
H A DcStringIO.c225 IO_readline(IOobject *self, PyObject *args) { function
337 next = IO_readline((IOobject *)self, NULL);
517 {"readline", (PyCFunction)IO_readline, METH_VARARGS, IO_readline__doc__},
624 {"readline", (PyCFunction)IO_readline, METH_VARARGS, IO_readline__doc__},

Completed in 96 milliseconds