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

Method minerYield

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

Source from the content-addressed store, hash-verified

372
373 @property
374 def minerYield(self):
375 if self.__minerYield is None:
376 self.calculatemining()
377
378 return self.__minerYield
379
380 @property
381 def minerDrain(self):

Callers

nothing calls this directly

Calls 1

calculateminingMethod · 0.95

Tested by

no test coverage detected