pysepal.solara.session_info.SessionsOverview#

class pysepal.solara.session_info.SessionsOverview(sessions=())[source]#

Every session the process currently holds.

Attributes

ready_sessions

How many of those sessions have a live GEE interface.

sessions

total_sessions

How many scopes hold a session.

Methods

Parameters:

sessions (Tuple[SessionInfo, ...])

SessionsOverview.__init__(sessions=())#
Parameters:

sessions (Tuple[SessionInfo, ...])

Return type:

None