linesStripTop
-
emlib.textlib.linesStripTop(lines)[source]
Remove empty lines from the top
- Parameters:
lines (list[str]) – lines already split
- Return type:
list[str]
- Returns:
a list of lines without any empty lines at the beginning
Styled using the Piccolo Theme