pickle_write¶
-
outputting.pickle_write(data, handle, file_name_gen)[source]¶ Writes the data to a pickle file
Parameters: - data (object) – Data to be written to the file
- handle (string) – The name of the file
- 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 onefileNamestring