MCPcopy Create free account
hub / github.com/rawpython/remi / on_session_expired

Method on_session_expired

examples/session_app.py:144–146  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

142
143 @gui.decorate_event
144 def on_session_expired(self):
145 self.expired = True
146 return ()
147
148 def renew_session(self):
149 """Have to be called on user actions to check and renew session

Callers 1

renew_sessionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected