Preload()
main()
AutoTest routine
Bases: ReaderBase
ReaderBase
Class handling the reading of data using Dill
Reads data using Dill
read data
any
Bases: object
object
Class handling the writing of data using Dill
Sets filename
filename (str) – name of the file to write
Writes data using Dill
helper Class that represent the data from a file
Load data from disk using Dill format
Load data saved with the ‘saveData’ from file
filename (str) – File name to use
return an instance of IOHelper if ok return None if not ok
IOHelper | None
Save the variables into the disk and return 0 if all ok
Save variables into the disk, you can use unnamed or named variables (keyword)
filename (str) – File name to
0 if everything ok
int