
to_pickle
=========



.. py:function:: stimupy.utils.export.to_pickle(stim, filename)


   Save stimulus-dict(s) as pickle-file

   :param stim: stimulus dictionary to export.
   :type stim: dict
   :param filename: (full) path to the file to be created.
   :type filename: Path or str




 