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