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

Method projectedFits

eos/saveddata/fit.py:324–327  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

322
323 @property
324 def projectedFits(self):
325 # only in extreme edge cases will the fit be invalid, but to be sure do
326 # not return them.
327 return [fit for fit in list(self.projectedFitDict.values()) if not fit.isInvalid]
328
329 @property
330 def commandFits(self):

Callers

nothing calls this directly

Calls 1

valuesMethod · 0.80

Tested by

no test coverage detected