MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / addFitsByIDs

Method addFitsByIDs

gui/builtinAdditionPanes/projectedView.py:396–402  ·  view source on GitHub ↗
(self, fitIDs)

Source from the content-addressed store, hash-verified

394 return [f.ID for f in self.fits]
395
396 def addFitsByIDs(self, fitIDs):
397 if not fitIDs:
398 return
399 self.mainFrame.command.Submit(cmd.GuiAddProjectedFitsCommand(
400 fitID=self.mainFrame.getActiveFit(),
401 projectedFitIDs=fitIDs,
402 amount=1))
403
404 def getTabExtraText(self):
405 fitID = self.mainFrame.getActiveFit()

Callers

nothing calls this directly

Calls 1

getActiveFitMethod · 0.45

Tested by

no test coverage detected