(self, emitter)
| 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: |
nothing calls this directly
no test coverage detected