obspy.core.util.base.NamedTemporaryFile.readlines

NamedTemporaryFile.readlines(hint=-1, /)

Return a list of lines from the stream.

hint can be specified to control the number of lines read: no more lines will be read if the total size (in bytes/characters) of all lines so far exceeds hint.