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

Method collapse_all

gui/widgets.py:504–507  ·  view source on GitHub ↗

Collapse all category frames.

(self)

Source from the content-addressed store, hash-verified

502 frame.expand()
503
504 def collapse_all(self) -> None:
505 """Collapse all category frames."""
506 for frame in self._category_frames.values():
507 frame.collapse()
508
509 def get_modified_keys(self) -> List[str]:
510 """Get list of modified setting keys."""

Callers

nothing calls this directly

Calls 1

collapseMethod · 0.80

Tested by

no test coverage detected