functions
module core.utils.functions
function read_last_file_line
read_last_file_line(
file_path: str,
ignore_trailing_whitespace: bool = True
) → str
Reads the last non empty line of a file
core.utils.functions
read_last_file_line
read_last_file_line(
file_path: str,
ignore_trailing_whitespace: bool = True
) → str
Reads the last non empty line of a file