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

Method getToolTip

gui/builtinViewColumns/capacitorUse.py:73–80  ·  view source on GitHub ↗
(self, mod)

Source from the content-addressed store, hash-verified

71 return -1
72
73 def getToolTip(self, mod):
74 if isinstance(mod, Mode):
75 return ''
76 if mod.item is not None and mod.item.group.name in regenGroups:
77 return 'Effect on peak capacitor regeneration'
78 if mod.capUse:
79 return 'Capacitor usage'
80 return ''
81
82
83CapacitorUse.register()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected