LazyLoadSession.load

LazyLoadSession.load(sessiondir=None, clear_history=True)

Replace the session data with the data of a session directory.

Parameters:
sessiondirstr | Path, optional

Location of the folder containing the session data files.

clear_historybool, optional

Clear the current history before loading the new data.

Returns:
None