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

Method getToolTip

gui/builtinViewColumns/graphLineStyle.py:49–52  ·  view source on GitHub ↗
(self, stuff)

Source from the content-addressed store, hash-verified

47 return -1
48
49 def getToolTip(self, stuff):
50 if isinstance(stuff, TargetWrapper):
51 return 'Change line style'
52 return ''
53
54
55GraphLineStyle.register()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected