pickleLog

outputting.pickleLog(results, file_name_gen, label=u'')[source]

Stores the data in the appropriate pickle file in a Pickle subfolder of the outputting folder

Parameters:
  • results (dict) – The data to be stored
  • file_name_gen (function) – Creates a new file with the name <handle> and the extension <extension>. It takes two string parameters: (handle, extension) and returns one fileName string
  • label (string, optional) – A label for the results file