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

Method getToolTip

gui/builtinViewColumns/attributeDisplay.py:101–105  ·  view source on GitHub ↗
(self, stuff)

Source from the content-addressed store, hash-verified

99 return -1
100
101 def getToolTip(self, stuff):
102 if self.info.name == "cpu":
103 return "CPU"
104 else:
105 return self.info.name.title()
106
107 @staticmethod
108 def getParameters():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected