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

Method getImageId

gui/builtinViewColumns/misc.py:62–63  ·  view source on GitHub ↗
(self, mod)

Source from the content-addressed store, hash-verified

60 return self.__getData(mod)[1]
61
62 def getImageId(self, mod):
63 return -1
64
65 def getParameters(self):
66 return ("displayName", bool, False), ("showIcon", bool, True)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected