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

Method getParameters

gui/builtinViewColumns/droneRegen.py:69–70  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

67 return -1
68
69 def getParameters(self):
70 return ("displayName", bool, False), ("showIcon", bool, True)
71
72 def getToolTip(self, stuff):
73 if not isinstance(stuff, (Drone, Fighter)):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected