Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
DcStringIO.c245 IO_readlines(IOobject *self, PyObject *args) { in IO_readlines() function
518 {"readlines", (PyCFunction)IO_readlines,METH_VARARGS, IO_readlines__doc__},
625 {"readlines", (PyCFunction)IO_readlines,METH_VARARGS, IO_readlines__doc__},