snaptol.io.SnapshotDiff# class snaptol.io.SnapshotDiff(snapshot_file, before, after)[source]# Bases: object Parameters: snapshot_file (Path) before (Any) after (Any) __init__(snapshot_file, before, after)# Parameters: snapshot_file (Path) before (Any) after (Any) Return type: None Methods __init__(snapshot_file, before, after) Attributes snapshot_file before after after: Any# before: Any# snapshot_file: Path#