Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ SetSelected
Method
SetSelected
gui/chrome_tabs.py:425–427 ·
view source on GitHub ↗
(self, sel=True)
Source
from the content-addressed store, hash-verified
423
self.InitTab()
424
425
def
SetSelected(self, sel=True):
426
self.selected = sel
427
self.InitTab()
428
429
def
GetSelected(self):
430
return
self.selected
Callers
6
SetSelection
Method · 0.45
SetSelected
Method · 0.45
CheckTabSelected
Method · 0.45
AddTab
Method · 0.45
ClearTabsSelected
Method · 0.45
DeleteTab
Method · 0.45
Calls
1
InitTab
Method · 0.95
Tested by
no test coverage detected