restore_state
Method
This is a method of the Session class in the session module.Restore session state from memory.
Signature
Returns
Dictionary of restored state data
Exceptions
ValueError
ValueError
If this is a remote session
Restore session state from memory.
This is a method of the Session class in the session module.Restore session state from memory.
def restore_state() -> Dict[str, Any]
ValueError