Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ averageTime
Method
averageTime
eos/utils/cycles.py:16–17 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
14
15
@property
16
def
averageTime(self):
17
return
self.activeTime + self.inactiveTime
18
19
def
iterCycles(self):
20
i = 0
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected