Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ GetSelection
Method
GetSelection
gui/chrome_tabs.py:177–178 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
175
return
self._pages.index(page)
if
page in self._pages
else
None
176
177
def
GetSelection(self):
178
return
self.GetPageIndex(self._active_page)
179
180
def
GetCurrentPage(self):
181
return
self._active_page
Callers
4
ReplaceActivePage
Method · 0.95
NextPage
Method · 0.95
PrevPage
Method · 0.95
SetSelection
Method · 0.95
Calls
1
GetPageIndex
Method · 0.95
Tested by
no test coverage detected