Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/rawpython/remi
/ select_by_index
Method
select_by_index
remi/gui.py:2150–2151 ·
view source on GitHub ↗
(self, index)
Source
from the content-addressed store, hash-verified
2148
self.append(widget, key)
2149
2150
def
select_by_index(self, index):
2151
self.on_tab_selection(None, self.tab_keys_ordered_list[index])
2152
2153
2154
# noinspection PyUnresolvedReferences
Callers
1
on_bt3_pressed
Method · 0.80
Calls
1
on_tab_selection
Method · 0.95
Tested by
no test coverage detected