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

Method _getFitTooltip

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

Source from the content-addressed store, hash-verified

105 return fit.getTotalVolley(spoolOptions=SpoolOptions(SpoolType.SPOOL_SCALE, defaultSpoolValue, False)).total, None
106
107 def _getFitTooltip(self):
108 return 'Declared volley'
109
110
111VolleyColumn.register()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected