MCPcopy Index your code
hub / github.com/rawpython/remi / select_by_key

Method select_by_key

remi/gui.py:2134–2135  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

2132 return
2133
2134 def select_by_key(self, key):
2135 self.on_tab_selection(None, key)
2136
2137 def select_by_name(self, key):
2138 """ This function is deprecated. Is here for compatibility reasons.

Callers 2

select_by_nameMethod · 0.95
__init__Method · 0.45

Calls 1

on_tab_selectionMethod · 0.95

Tested by

no test coverage detected