Python APIsnapshotsutilsOn this pageutils Utility functions for snapshot management and display. def display_snapshots(snapshots: list[dict[str, typing.Any]]) -> None Display a list of snapshots in the console. Parameters snapshots : list[dict[str, Any]] List of snapshot dictionaries to display.