MCPcopy Create free account
hub / github.com/CJackHwang/AIstudioProxyAPI / expand_all

Method expand_all

gui/widgets.py:499–502  ·  view source on GitHub ↗

Expand all category frames.

(self)

Source from the content-addressed store, hash-verified

497 return self._is_dirty
498
499 def expand_all(self) -> None:
500 """Expand all category frames."""
501 for frame in self._category_frames.values():
502 frame.expand()
503
504 def collapse_all(self) -> None:
505 """Collapse all category frames."""

Callers

nothing calls this directly

Calls 1

expandMethod · 0.80

Tested by

no test coverage detected