convnwb.io.io.save_object

convnwb.io.io.save_object(custom_object, file_name, folder=None)[source]

Save a custom object.

Parameters:
custom_objectTask or Electrodes

Object to save out.

file_namestr

File name to give the saved out object.

folderstr or Path, optional

Folder to save out to.

Notes

Custom objects are saved and loaded as pickle files.