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

Method __init__

gui/builtinViews/implantEditor.py:264–266  ·  view source on GitHub ↗
(self, parent)

Source from the content-addressed store, hash-verified

262 "Base Name"]
263
264 def __init__(self, parent):
265 d.Display.__init__(self, parent, style=wx.LC_SINGLE_SEL)
266 self.Bind(wx.EVT_LEFT_DCLICK, parent.removeItem)
267
268
269class ItemView(d.Display):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected