Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ __getDuration
Method
__getDuration
graphs/data/fitEwarStats/getter.py:75–76 ·
view source on GitHub ↗
(self, mod)
Source
from the content-addressed store, hash-verified
73
return
combinedStr
74
75
def
__getDuration(self, mod):
76
return
getattr(mod.getCycleParameters(),
'averageTime'
, math.inf) / 1000
77
78
79
class
Distance2WebbingStrGetter(SmoothPointGetter):
Callers
1
_getCommonData
Method · 0.95
Calls
1
getCycleParameters
Method · 0.45
Tested by
no test coverage detected