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

Method GetTabIndex

gui/chrome_tabs.py:1118–1119  ·  view source on GitHub ↗
(self, tab)

Source from the content-addressed store, hash-verified

1116 self.Refresh()
1117
1118 def GetTabIndex(self, tab):
1119 return self.tabs.index(tab)
1120
1121 def CheckTabPreview(self, mposx, mposy):
1122 """

Callers 5

OnMiddleUpMethod · 0.95
OnMotionMethod · 0.95
CheckTabCloseMethod · 0.95
CheckTabPreviewMethod · 0.95
OnTimerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected