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

Method droneYield

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

Source from the content-addressed store, hash-verified

386
387 @property
388 def droneYield(self):
389 if self.__droneYield is None:
390 self.calculatemining()
391
392 return self.__droneYield
393
394 @property
395 def droneDrain(self):

Callers

nothing calls this directly

Calls 1

calculateminingMethod · 0.95

Tested by

no test coverage detected