Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ ClearTabsSelected
Method
ClearTabsSelected
gui/chrome_tabs.py:1273–1275 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1271
self.Refresh()
1272
1273
def
ClearTabsSelected(self):
1274
for
tab in self.tabs:
1275
tab.SetSelected(False)
1276
1277
def
DeleteTab(self, tab):
1278
tab_renderer = self.tabs[tab]
Callers
1
AddTab
Method · 0.95
Calls
1
SetSelected
Method · 0.45
Tested by
no test coverage detected