Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ GetCurrentPage
Method
GetCurrentPage
gui/chrome_tabs.py:180–181 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
178
return
self.GetPageIndex(self._active_page)
179
180
def
GetCurrentPage(self):
181
return
self._active_page
182
183
def
GetPageCount(self):
184
return
len(self._pages)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected