Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ GetSelectedTab
Method
GetSelectedTab
gui/chrome_tabs.py:949–953 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
947
self.Refresh()
948
949
def
GetSelectedTab(self):
950
for
tab in self.tabs:
951
if
tab.GetSelected():
952
return
tab
953
return
None
954
955
def
GetSelected(self):
956
for
tab in self.tabs:
Callers
4
OnLeftUp
Method · 0.95
SetSelected
Method · 0.95
CheckTabSelected
Method · 0.95
FindTabAtPos
Method · 0.95
Calls
1
GetSelected
Method · 0.45
Tested by
no test coverage detected