Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CJackHwang/AIstudioProxyAPI
/ expand
Method
expand
gui/widgets.py:118–121 ·
view source on GitHub ↗
Expand the frame.
(self)
Source
from the content-addressed store, hash-verified
116
self._on_toggle(self._expanded)
117
118
def
expand(self) -> None:
119
""
"Expand the frame."
""
120
if
not self._expanded:
121
self._toggle()
122
123
def
collapse(self) -> None:
124
""
"Collapse the frame."
""
Callers
1
expand_all
Method · 0.80
Calls
1
_toggle
Method · 0.95
Tested by
no test coverage detected