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

Method getColIndex

gui/display.py:135–140  ·  view source on GitHub ↗
(self, colClass)

Source from the content-addressed store, hash-verified

133 self.DeleteColumn(i)
134
135 def getColIndex(self, colClass):
136 for i, col in enumerate(self.activeColumns):
137 if col.__class__ == colClass:
138 return i
139
140 return None
141
142 def resizeChecker(self, event):
143 # we veto header cell resize by default till we find a way

Callers 15

removeColumnMethod · 0.95
OnLeftDownMethod · 0.80
removeItemMethod · 0.80
spawnMenuMethod · 0.80
clickMethod · 0.80
onLeftDoubleClickMethod · 0.80
clickMethod · 0.80
onLeftDoubleClickMethod · 0.80
clickMethod · 0.80
onLeftDoubleClickMethod · 0.80
clickMethod · 0.80
clickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected