Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ minerDrain
Method
minerDrain
eos/saveddata/fit.py:381–385 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
379
380
@property
381
def
minerDrain(self):
382
if
self.__minerDrain is None:
383
self.calculatemining()
384
385
return
self.__minerDrain
386
387
@property
388
def
droneYield(self):
Callers
nothing calls this directly
Calls
1
calculatemining
Method · 0.95
Tested by
no test coverage detected