Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ GetPageCount
Method
GetPageCount
gui/chrome_tabs.py:183–184 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
181
return
self._active_page
182
183
def
GetPageCount(self):
184
return
len(self._pages)
185
186
def
NextPage(self):
187
""
"Used with keyboard shortcut for next page navigation"
""
Callers
7
NextPage
Method · 0.95
PrevPage
Method · 0.95
DeletePage
Method · 0.80
CloseAllPages
Method · 0.80
registerMenu
Method · 0.80
AdditionsTabSelect
Method · 0.80
updateExtraText
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected