Get the session ID
(self)
| 93 | self._username = username |
| 94 | |
| 95 | def id(self) -> str: |
| 96 | """Get the session ID""" |
| 97 | return self._session_id |
| 98 | |
| 99 | def username(self) -> str: |
| 100 | """Get the username for this session""" |
no outgoing calls
no test coverage detected