to_pickle# stimupy.utils.to_pickle(stim, filename)# Save stimulus-dict(s) as pickle-file Parameters: stim (dict) – stimulus dictionary to export. filename (Path or str) – (full) path to the file to be created.