Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ _getTime
Method
_getTime
eos/utils/cycles.py:28–29 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
26
return
self.quantity
27
28
def
_getTime(self):
29
return
(self.activeTime + self.inactiveTime) * self.quantity
30
31
def
__repr__(self):
32
spec = [
'activeTime'
,
'inactiveTime'
,
'quantity'
,
'isInactivityReload'
]
Callers
1
_getTime
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected