Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ RegisterStatsWindow
Method
RegisterStatsWindow
gui/mainFrame.py:359–360 ·
view source on GitHub ↗
(self, wnd)
Source
from the content-addressed store, hash-verified
357
return
None
358
359
def
RegisterStatsWindow(self, wnd):
360
self.statsWnds.append(wnd)
361
362
def
UnregisterStatsWindow(self, wnd):
363
self.statsWnds.remove(wnd)
Callers
1
__init__
Method · 0.80
Calls
1
append
Method · 0.45
Tested by
no test coverage detected