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

Method GetSelection

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

Source from the content-addressed store, hash-verified

175 return self._pages.index(page) if page in self._pages else None
176
177 def GetSelection(self):
178 return self.GetPageIndex(self._active_page)
179
180 def GetCurrentPage(self):
181 return self._active_page

Callers 4

ReplaceActivePageMethod · 0.95
NextPageMethod · 0.95
PrevPageMethod · 0.95
SetSelectionMethod · 0.95

Calls 1

GetPageIndexMethod · 0.95

Tested by

no test coverage detected