SnapShot

class caqtus.gui.snapshot.SnapShot(
session_maker: StorageManager,
view_creators: Mapping[str, Callable[[], tuple[str, ShotView]]],
view_dumper: Callable[[ShotView], JSON],
view_loader: Callable[[JSON], ShotView],
)

Bases: object