Skip to main content

get_state

Method
This is a method of the Session class in the session module.
Get a specific state value

Signature

def get_state(key: str, default: Any) -> Any

Parameters

key
str
required
No description available.
default
Any
No description available.

Returns

Returns
Any
The result of the operation.