MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / OnLogin

Method OnLogin

gui/ssoLogin.py:83–86  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

81 event.Skip()
82
83 def OnLogin(self, event):
84 # This would normally happen if it was logged in via server auto-login. In this case, the modal is done, we effectively want to cancel out
85 self.EndModal(wx.ID_CANCEL)
86 event.Skip()
87
88 def OnDestroy(self, event):
89 # Clean up by unbinding some events and stopping the server

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected