BasicTools.IO.PickleTools module
- class BasicTools.IO.PickleTools.IOHelper(data)[source]
Bases:
objecthelper Class that represent the data from a file
- BasicTools.IO.PickleTools.LoadData(filename)[source]
Load data from disk using pickle format
Load data saved with the ‘saveData’ from file return an instance of IOHelper if ok return None if not ok
- class BasicTools.IO.PickleTools.PickleReader(fileName=None)[source]
Bases:
ReaderBaseClass handling the reading of data using pickle