save_state
Method
This is a method of the Session class in the session module.Save session state data to memory.
Signature
Parameters
Dictionary of state data to save
Exceptions
ValueError
ValueError
If this is a remote session
Save session state data to memory.
This is a method of the Session class in the session module.Save session state data to memory.
def save_state(state_data: Dict[str, Any]) -> None
ValueError