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

Method getSelectedRows

gui/display.py:291–297  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

289 return ptClient
290
291 def getSelectedRows(self):
292 rows = []
293 row = self.GetFirstSelected()
294 while row != -1:
295 rows.append(row)
296 row = self.GetNextSelected(row)
297 return rows
298
299 def getWidthProportion(self):
300 propWidth = sum(c.proportionWidth for c in self.activeColumns)

Callers 15

ensureSelectionMethod · 0.95
getSelectedWrappersMethod · 0.80
GetSelectedFitsMethod · 0.80
getSelectedModsMethod · 0.80
getSelectedCargosMethod · 0.80
clickMethod · 0.80
getSelectedDronesMethod · 0.80
clickMethod · 0.80
getSelectedBoostersMethod · 0.80
clickMethod · 0.80
getSelectedFightersMethod · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected