Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
OnClose
Method · 0.80
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected