read_line method

read_line

Reads a line of characters from the text reader and returns the data as a string.

Returns

The next line from the reader, or null if all characters have been read.

def read_line(self):
    ...

See Also