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

Method OnWindowClose

gui/itemStats.py:215–219  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

213 self.nbContainer.SetSelection(tab)
214
215 def OnWindowClose(self):
216 mutaPanel = getattr(self, 'mutator', None)
217 if mutaPanel is not None:
218 mutaPanel.OnWindowClose()
219 self.params.OnWindowClose()

Callers 1

OnCloseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected