Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ commandFits
Method
commandFits
eos/saveddata/fit.py:330–331 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
328
329
@property
330
def
commandFits(self):
331
return
[fit
for
fit in list(self.commandFitDict.values())
if
not fit.isInvalid]
332
333
def
getProjectionInfo(self, fitID):
334
return
self.projectedOnto.get(fitID, None)
Callers
nothing calls this directly
Calls
1
values
Method · 0.80
Tested by
no test coverage detected