MCPcopy Create free account
hub / github.com/Eve-PySpy/PySpy / __init__

Method __init__

ignoredialog.py:26–30  ·  view source on GitHub ↗
(self, parent)

Source from the content-addressed store, hash-verified

24class CheckListCtrl(wx.ListCtrl, CheckListCtrlMixin, ListCtrlAutoWidthMixin):
25
26 def __init__(self, parent):
27 wx.ListCtrl.__init__(self, parent, wx.ID_ANY, style=wx.LC_REPORT |
28 wx.SUNKEN_BORDER)
29 CheckListCtrlMixin.__init__(self)
30 ListCtrlAutoWidthMixin.__init__(self)
31
32
33class IgnoreDialog(wx.Frame):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected