Functions | |
def | loadListFromFile |
def | save_history |
def | sectionNofTotal |
Variables | |
tuple | historyPath = os.path.expanduser("~/.pyhistory") |
def FileUtils.loadListFromFile | ( | filename | ) |
Loads a list of strings from file. Will append to given list if asked.
Definition at line 5 of file FileUtils.py.
def FileUtils.save_history | ( | historyPath = historyPath | ) |
Definition at line 59 of file FileUtils.py.
def FileUtils.sectionNofTotal | ( | inputList, | |
currentSection, | |||
numSections | |||
) |
Returns the appropriate sublist given the current section (1..numSections)
Definition at line 23 of file FileUtils.py.
tuple FileUtils.historyPath = os.path.expanduser("~/.pyhistory") |
Definition at line 56 of file FileUtils.py.