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

Method getSelectedCargos

gui/builtinAdditionPanes/cargoView.py:239–247  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

237 self.PopupMenu(menu)
238
239 def getSelectedCargos(self):
240 cargos = []
241 for row in self.getSelectedRows():
242 try:
243 cargo = self.cargo[row]
244 except IndexError:
245 continue
246 cargos.append(cargo)
247 return cargos
248
249 def getTabExtraText(self):
250 fitID = self.mainFrame.getActiveFit()

Callers 2

kbEventMethod · 0.95
spawnMenuMethod · 0.95

Calls 2

getSelectedRowsMethod · 0.80
appendMethod · 0.45

Tested by

no test coverage detected