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

Method getExistingFitIDs

graphs/gui/lists.py:249–250  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

247 self.graphFrame.draw()
248
249 def getExistingFitIDs(self):
250 return [w.item.ID for w in self._wrappers if w.isFit]
251
252 def addFitsByIDs(self, fitIDs):
253 sFit = Fit.getInstance()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected