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

Method hasSpoolUp

gui/builtinStatsViews/firepowerViewFull.py:158–161  ·  view source on GitHub ↗
(preSpool, fullSpool)

Source from the content-addressed store, hash-verified

156 self.stEff.Hide()
157
158 def hasSpoolUp(preSpool, fullSpool):
159 if preSpool is None or fullSpool is None:
160 return False
161 return roundToPrec(preSpool.total, prec) != roundToPrec(fullSpool.total, prec)
162
163 def dpsToolTip(normal, preSpool, fullSpool, prec, lowest, highest):
164 if normal is None or preSpool is None or fullSpool is None:

Callers

nothing calls this directly

Calls 1

roundToPrecFunction · 0.85

Tested by

no test coverage detected