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

Method GetSelectedTab

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

Source from the content-addressed store, hash-verified

947 self.Refresh()
948
949 def GetSelectedTab(self):
950 for tab in self.tabs:
951 if tab.GetSelected():
952 return tab
953 return None
954
955 def GetSelected(self):
956 for tab in self.tabs:

Callers 4

OnLeftUpMethod · 0.95
SetSelectedMethod · 0.95
CheckTabSelectedMethod · 0.95
FindTabAtPosMethod · 0.95

Calls 1

GetSelectedMethod · 0.45

Tested by

no test coverage detected