Lines Matching defs:lines
58 "that an IOBase object can be iterated over yielding the lines in a\n"
671 Return a list of lines from the stream.
673 hint can be specified to control the number of lines read: no more
674 lines will be read if the total size (in bytes/characters) of all
675 lines so far exceeds hint.
743 lines: object
746 Write a list of lines to stream.
749 lines provided to have a line separator at the end.
753 _io__IOBase_writelines(PyObject *self, PyObject *lines)
761 iter = PyObject_GetIter(lines);