MCPcopy
hub / github.com/ihmily/StreamCap / set_focused_control

Method set_focused_control

app/ui/views/settings_view.py:1188–1190  ·  view source on GitHub ↗

Store the currently focused control.

(self, control)

Source from the content-addressed store, hash-verified

1186 return card
1187
1188 def set_focused_control(self, control):
1189 """Store the currently focused control."""
1190 self.focused_control = control
1191
1192 def create_setting_row(self, label, control):
1193 """Helper method to create a row for each setting."""

Callers 1

create_setting_rowMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected