Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ AddToggleItem
Method
AddToggleItem
gui/toggle_panel.py:72–73 ·
view source on GitHub ↗
(self, item)
Source
from the content-addressed store, hash-verified
70
pass
71
72
def
AddToggleItem(self, item):
73
item.Bind(wx.EVT_LEFT_UP, self.ToggleContent)
74
75
def
GetHeaderContentSizer(self):
76
return
self.hcontent_sizer
Callers
4
InsertItemInHeader
Method · 0.95
populatePanel
Method · 0.80
populatePanel
Method · 0.80
populatePanel
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected