src/eric7/Debugger/WatchPointModel.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
59 """ 59 """
60 super().__init__(parent) 60 super().__init__(parent)
61 61
62 self.watchpoints = [] 62 self.watchpoints = []
63 63
64 def columnCount(self, parent=None): # noqa: U100 64 def columnCount(self, parent=None): # noqa: U-100
65 """ 65 """
66 Public method to get the current column count. 66 Public method to get the current column count.
67 67
68 @param parent index of the parent item (unused) 68 @param parent index of the parent item (unused)
69 @type QModelIndex 69 @type QModelIndex

eric ide

mercurial