Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ cpuUsed
Method
cpuUsed
eos/saveddata/fit.py:1294–1295 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1292
1293
@property
1294
def
cpuUsed(self):
1295
return
round(self.getItemAttrOnlineSum(self.modules,
"cpu"
), 2)
1296
1297
@property
1298
def
droneBandwidthUsed(self):
Callers
nothing calls this directly
Calls
1
getItemAttrOnlineSum
Method · 0.95
Tested by
no test coverage detected