Functions | |
def | loadListFromFile (filename) |
def | save_history (historyPath=historyPath) |
def | sectionNofTotal (inputList, currentSection, numSections) |
def FileUtils.loadListFromFile | ( | filename | ) |
Loads a list of strings from file. Will append to given list if asked.
Definition at line 6 of file FileUtils.py.
References edm.print().
def FileUtils.save_history | ( | historyPath = historyPath | ) |
Definition at line 60 of file FileUtils.py.
def FileUtils.sectionNofTotal | ( | inputList, | |
currentSection, | |||
numSections | |||
) |
Returns the appropriate sublist given the current section (1..numSections)
Definition at line 24 of file FileUtils.py.