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(): |