Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ GetPage
Method
GetPage
gui/chrome_tabs.py:135–136 ·
view source on GitHub ↗
(self, i)
Source
from the content-addressed store, hash-verified
133
self.Layout()
134
135
def
GetPage(self, i):
136
return
self._pages[i]
137
138
def
SetPage(self, i, page):
139
if
i >= len(self._pages) or i is None or page is None:
Callers
3
CheckTabPreview
Method · 0.80
OnTimer
Method · 0.80
updateExtraText
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected