MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / getCycleParameters

Method getCycleParameters

eos/saveddata/drone.py:233–237  ·  view source on GitHub ↗
(self, reloadOverride=None)

Source from the content-addressed store, hash-verified

231 return rrDuringCycle
232
233 def getCycleParameters(self, reloadOverride=None):
234 cycleTime = self.cycleTime
235 if not cycleTime:
236 return None
237 return CycleInfo(self.cycleTime, 0, math.inf, False)
238
239 def getMiningYPS(self, ignoreState=False):
240 if not ignoreState and self.amountActive <= 0:

Callers 9

getDpsMethod · 0.95
getRemoteRepsMethod · 0.95
__calculateMiningMethod · 0.95
getWeaponSystemDataMethod · 0.45
getCurrentMultipliersMethod · 0.45
__getDurationMethod · 0.45
_generateInternalFormMethod · 0.45
_generateInternalFormMethod · 0.45
__getDataMethod · 0.45

Calls 1

CycleInfoClass · 0.90

Tested by

no test coverage detected