MCPcopy 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

NextPageMethod · 0.95
PrevPageMethod · 0.95
DeletePageMethod · 0.80
CloseAllPagesMethod · 0.80
registerMenuMethod · 0.80
AdditionsTabSelectMethod · 0.80
updateExtraTextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected