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

Method OnClose

gui/propertyEditor.py:99–103  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

97 event.Skip()
98
99 def OnClose(self, event):
100 fitID = self.mainFrame.getActiveFit()
101 if fitID is not None:
102 wx.PostEvent(self.mainFrame, GE.FitChanged(fitIDs=(fitID,)))
103 event.Skip()
104
105 def OnImport(self, event):
106 with wx.FileDialog(

Callers

nothing calls this directly

Calls 1

getActiveFitMethod · 0.45

Tested by

no test coverage detected