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

Method activeDrones

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

Source from the content-addressed store, hash-verified

1340
1341 @property
1342 def activeDrones(self):
1343 amount = 0
1344 for d in self.drones:
1345 amount += d.amountActive
1346
1347 return amount
1348
1349 @property
1350 def probeSize(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected