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

/external/python/cpython2/Modules/_io/
H A Dbytesio.c342 bytesio_readlines(bytesio *self, PyObject *args) function
852 {"readlines", (PyCFunction)bytesio_readlines, METH_VARARGS, readlines_doc},

Completed in 172 milliseconds