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

Method UnregisterStatsWindow

gui/mainFrame.py:362–363  ·  view source on GitHub ↗
(self, wnd)

Source from the content-addressed store, hash-verified

360 self.statsWnds.append(wnd)
361
362 def UnregisterStatsWindow(self, wnd):
363 self.statsWnds.remove(wnd)
364
365 def getActiveFit(self):
366 p = self.fitMultiSwitch.GetSelectedPage()

Callers 1

OnCloseMethod · 0.80

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected