MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / droneBandwidthUsed

Method droneBandwidthUsed

eos/saveddata/fit.py:1298–1303  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1296
1297 @property
1298 def droneBandwidthUsed(self):
1299 amount = 0
1300 for d in self.drones:
1301 amount += d.getModifiedItemAttr("droneBandwidthUsed") * d.amountActive
1302
1303 return amount
1304
1305 @property
1306 def droneBayUsed(self):

Callers

nothing calls this directly

Calls 1

getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected