MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / GetSelectedPage

Method GetSelectedPage

gui/chrome_tabs.py:171–172  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

169 self.SetPage(self.GetSelection(), page)
170
171 def GetSelectedPage(self):
172 return self._active_page
173
174 def GetPageIndex(self, page):
175 return self._pages.index(page) if page in self._pages else None

Callers 3

getActiveFitMethod · 0.80
getActiveViewMethod · 0.80
fitSelectedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected