MCPcopy 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

CheckTabPreviewMethod · 0.80
OnTimerMethod · 0.80
updateExtraTextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected