MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / OnDestroy

Method OnDestroy

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

Source from the content-addressed store, hash-verified

86 event.Skip()
87
88 def OnDestroy(self, event):
89 # Clean up by unbinding some events and stopping the server
90 self.mainFrame.Unbind(GE.EVT_SSO_LOGIN, handler=self.OnLogin)
91 if self:
92 self.Unbind(wx.EVT_WINDOW_DESTROY, handler=self.OnDestroy)
93 self.sEsi.stopServer()
94 event.Skip()

Callers

nothing calls this directly

Calls 1

stopServerMethod · 0.80

Tested by

no test coverage detected