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

Method getToolTip

gui/builtinViewColumns/state.py:48–50  ·  view source on GitHub ↗
(self, mod)

Source from the content-addressed store, hash-verified

46 return ""
47
48 def getToolTip(self, mod):
49 if isinstance(mod, Module) and not mod.isEmpty:
50 return State_(mod.state).name.title()
51
52 def getImageId(self, stuff):
53 generic_active = self.fittingView.imageList.GetImageIndex("state_%s_small" % State_.ACTIVE.name.lower(), "gui")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected