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

Method __init__

gui/builtinViewColumns/ammoIcon.py:29–34  ·  view source on GitHub ↗
(self, fittingView, params)

Source from the content-addressed store, hash-verified

27 name = "Ammo Icon"
28
29 def __init__(self, fittingView, params):
30 ViewColumn.__init__(self, fittingView)
31 self.size = 24
32 self.maxsize = self.size
33 self.mask = wx.LIST_MASK_IMAGE
34 self.columnText = ""
35
36 def getText(self, mod):
37 return ""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected