module documentation
Contains some helper functions
Function | load |
loads data from a file into a list |
Function | load |
Loads data from a file into a dict |
loads data from a file into a list
This function loads simply each line of the file into a list. If the filename is empty, a empty list is returned. If the file given doesn't exist, it will be created.
Parameters | |
list | the file to deal with |
Returns | |
list | Undocumented |