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

Method getToolTip

gui/builtinViewColumns/droneEhp.py:78–84  ·  view source on GitHub ↗
(self, stuff)

Source from the content-addressed store, hash-verified

76 return ("displayName", bool, False), ("showIcon", bool, True)
77
78 def getToolTip(self, stuff):
79 if not isinstance(stuff, (Drone, Fighter)):
80 return ""
81 if self.mainFrame.statsPane.nameViewMap["resistancesViewFull"].showEffective:
82 return _t("Effective HP")
83 else:
84 return _t("HP")
85
86
87DroneEhpColumn.register()

Callers

nothing calls this directly

Calls 1

_tFunction · 0.50

Tested by

no test coverage detected