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

Method getToolTip

gui/builtinViewColumns/heat.py:169–171  ·  view source on GitHub ↗
(self, mod)

Source from the content-addressed store, hash-verified

167 return ":".join(out) # display as 00:00:00 to vertically align across slot cols consistently
168
169 def getToolTip(self, mod):
170 if isinstance(mod, Module) and mod.state == FittingModuleState.OVERHEATED:
171 return "Estimated time til burnout" # TODO localize
172
173
174Heat.register()

Callers 4

OnMouseMoveMethod · 0.45
clickMethod · 0.45
OnMouseMoveMethod · 0.45
OnMouseMoveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected