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

Method getExistingFitIDs

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

Source from the content-addressed store, hash-verified

244 commandFitIDs=[fit.ID]))
245
246 def getExistingFitIDs(self):
247 return [f.ID for f in self.fits]
248
249 def addFitsByIDs(self, fitIDs):
250 if not fitIDs:

Callers 1

activateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected