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

Method Destroy

gui/builtinViews/fittingView.py:232–234  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

230 wx.PostEvent(self.mainFrame, FitSelected(fitID=fitID))
231
232 def Destroy(self):
233 pyfalog.debug("+++++ Destroy " + repr(self))
234 d.Display.Destroy(self)
235
236 def pageChanged(self, event):
237 if self.parent.IsActive(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected