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

Method SwitchPages

gui/chrome_tabs.py:274–275  ·  view source on GitHub ↗
(self, src, dst)

Source from the content-addressed store, hash-verified

272 self._active_page = None
273
274 def SwitchPages(self, src, dst):
275 self._pages[src], self._pages[dst] = self._pages[dst], self._pages[src]
276
277 def ShowActive(self, resize_only=False):
278 """

Callers 1

SwitchTabsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected