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

Method getText

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

Source from the content-addressed store, hash-verified

43 self.mask = wx.LIST_MASK_IMAGE
44
45 def getText(self, mod):
46 return ""
47
48 def getToolTip(self, mod):
49 if isinstance(mod, Module) and not mod.isEmpty:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected