jangada.serialization.Persistable.__exit__#

Persistable.__exit__(exc_type, exc_val, exc_tb) None#

Exit context manager mode.

Closes the HDF5 file.

Parameters:
exc_typetype or None

Exception type if an exception occurred.

exc_valException or None

Exception instance if an exception occurred.

exc_tbtraceback or None

Traceback if an exception occurred.

Notes

The file is closed regardless of whether an exception occurred.