Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ GetTabAtLeft
Method
GetTabAtLeft
gui/chrome_tabs.py:1103–1104 ·
view source on GitHub ↗
(self, tab_index)
Source
from the content-addressed store, hash-verified
1101
return
False
1102
1103
def
GetTabAtLeft(self, tab_index):
1104
return
self.tabs[tab_index - 1]
if
tab_index > 0
else
None
1105
1106
def
GetTabAtRight(self, tab_index):
1107
if
tab_index < self.GetTabsCount() - 1:
Callers
1
OnMotion
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected