Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ _getTime
Method
_getTime
eos/utils/cycles.py:61–65 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
59
return
quantity
60
61
def
_getTime(self):
62
time = 0
63
for
item in self.sequence:
64
time += item._getTime()
65
return
time
66
67
def
__repr__(self):
68
spec = [
'sequence'
,
'quantity'
]
Callers
1
averageTime
Method · 0.95
Calls
1
_getTime
Method · 0.45
Tested by
no test coverage detected