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

Method _getFitTooltip

gui/builtinViewColumns/attributeDisplayGraph.py:89–90  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

87 return fit.getTotalDps(spoolOptions=SpoolOptions(SpoolType.SPOOL_SCALE, defaultSpoolValue, False)).total, None
88
89 def _getFitTooltip(self):
90 return 'Declared DPS'
91
92
93DpsColumn.register()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected