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

Method getParameters

gui/builtinViewColumns/droneEhp.py:75–76  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

73 return -1
74
75 def getParameters(self):
76 return ("displayName", bool, False), ("showIcon", bool, True)
77
78 def getToolTip(self, stuff):
79 if not isinstance(stuff, (Drone, Fighter)):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected