Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ IsCollapsed
Method
IsCollapsed
gui/toggle_panel.py:96–97 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
94
self.header_label.SetLabel(label)
95
96
def
IsCollapsed(self):
97
return
not self._toggled
98
99
def
IsExpanded(self):
100
return
self._toggled
Callers
1
ToggleContent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected