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

Method ReplaceActivePage

gui/chrome_tabs.py:168–169  ·  view source on GitHub ↗
(self, page)

Source from the content-addressed store, hash-verified

166 return bx, by
167
168 def ReplaceActivePage(self, page):
169 self.SetPage(self.GetSelection(), page)
170
171 def GetSelectedPage(self):
172 return self._active_page

Callers 2

fitSelectedMethod · 0.80
handleDragMethod · 0.80

Calls 2

SetPageMethod · 0.95
GetSelectionMethod · 0.95

Tested by

no test coverage detected