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

Method getToolTip

gui/builtinViewColumns/attributeDisplayGraph.py:70–75  ·  view source on GitHub ↗
(self, stuff)

Source from the content-addressed store, hash-verified

68 raise NotImplementedError
69
70 def getToolTip(self, stuff):
71 if isinstance(stuff, BaseWrapper):
72 stuff = stuff.item
73 if isinstance(stuff, (Fit, TargetProfile)):
74 return self._getFitTooltip()
75 return ''
76
77
78class DpsColumn(GraphColumn):

Callers

nothing calls this directly

Calls 1

_getFitTooltipMethod · 0.95

Tested by

no test coverage detected