MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / __init__

Method __init__

gui/builtinItemStatsViews/helpers.py:21–23  ·  view source on GitHub ↗
(self, parent, ID, pos=wx.DefaultPosition, size=wx.DefaultSize, style=0)

Source from the content-addressed store, hash-verified

19
20class AutoListCtrlNoHighlight(wx.ListCtrl, listmix.ListCtrlAutoWidthMixin, listmix.ListRowHighlighter):
21 def __init__(self, parent, ID, pos=wx.DefaultPosition, size=wx.DefaultSize, style=0):
22 wx.ListCtrl.__init__(self, parent, ID, pos, size, style)
23 listmix.ListCtrlAutoWidthMixin.__init__(self)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected