surfa.system.readlines#

surfa.system.readlines(filename)#

Read the lines of a text file.

Parameters

filename (str) – Text file to read.

Returns

content – List of stripped lines in text file.

Return type

list