write_line method

write_line

Writes the line to the text file

def write_line(self, line):
    ...
ParameterTypeDescription
linestrThe line to write

See Also