Debugger/BreakPointModel.py

branch
5_3_x
changeset 2764
1d85539ac41a
parent 2302
f29e9405c851
child 2791
a9577f248f04
child 2953
703452a2876f
child 3163
9f50365a0870
equal deleted inserted replaced
2762:423835fb1204 2764:1d85539ac41a
294 294
295 return QModelIndex() 295 return QModelIndex()
296 296
297 def isBreakPointTemporaryByIndex(self, index): 297 def isBreakPointTemporaryByIndex(self, index):
298 """ 298 """
299 Public method to test, if a breakpoint given by it's index is temporary. 299 Public method to test, if a breakpoint given by its index is temporary.
300 300
301 @param index index of the breakpoint to test (QModelIndex) 301 @param index index of the breakpoint to test (QModelIndex)
302 @return flag indicating a temporary breakpoint (boolean) 302 @return flag indicating a temporary breakpoint (boolean)
303 """ 303 """
304 if index.isValid(): 304 if index.isValid():

eric ide

mercurial