brain_pipe.save.default.IsReloadableCheck¶
- class IsReloadableCheck(saver=None)¶
 Bases:
CheckFunctorCheck if data has already been saved and is reloadable.
- __init__(saver=None)¶
 Initialize the AttachSaver.
- Parameters:
 saver (Optional[Save]) – The saver to use. Can be attached later with
attach_saver(), but that will create a new object.
Methods
__init__([saver])Initialize the AttachSaver.
attach_saver(saver)Initialize a new object with the saver.