get_path()
read_file()
read_lines()
write_file()
append_file()
load_json()
write_json()
clear()
exists()
remove()
ensure_dir_exists()
ensure_file_exists()
Read the lines of a file as a list, removing whitespace lines.
fname (str) –
in_module (bool, default=False) –
list[str]