pysepal.solara.session_info.SessionsOverview#
- class pysepal.solara.session_info.SessionsOverview(sessions=())[source]#
Every session the process currently holds.
Attributes
ready_sessionsHow many of those sessions have a live GEE interface.
sessionstotal_sessionsHow many scopes hold a session.
Methods
- Parameters:
sessions (Tuple[SessionInfo, ...])
- SessionsOverview.__init__(sessions=())#
- Parameters:
sessions (Tuple[SessionInfo, ...])
- Return type:
None