MCPcopy Index your code
hub / github.com/rawpython/remi / on_login

Method on_login

examples/session_app.py:190–192  ·  view source on GitHub ↗
(self, emitter)

Source from the content-addressed store, hash-verified

188 return wid
189
190 def on_login(self, emitter):
191 self.login_manager.renew_session()
192 self.lblsession_status.set_text('LOGGED IN')
193
194 def on_renew(self, emitter):
195 if not self.login_manager.expired:

Callers

nothing calls this directly

Calls 2

renew_sessionMethod · 0.80
set_textMethod · 0.45

Tested by

no test coverage detected