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

Method getToolTip

gui/builtinViewColumns/ammoIcon.py:52–54  ·  view source on GitHub ↗
(self, mod)

Source from the content-addressed store, hash-verified

50 return -1
51
52 def getToolTip(self, mod):
53 if isinstance(mod, Module) and mod.charge is not None:
54 return mod.charge.name
55
56
57AmmoIcon.register()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected