296 |
296 |
297 return QModelIndex() |
297 return QModelIndex() |
298 |
298 |
299 def isBreakPointTemporaryByIndex(self, index): |
299 def isBreakPointTemporaryByIndex(self, index): |
300 """ |
300 """ |
301 Public method to test, if a breakpoint given by it's index is temporary. |
301 Public method to test, if a breakpoint given by its index is temporary. |
302 |
302 |
303 @param index index of the breakpoint to test (QModelIndex) |
303 @param index index of the breakpoint to test (QModelIndex) |
304 @return flag indicating a temporary breakpoint (boolean) |
304 @return flag indicating a temporary breakpoint (boolean) |
305 """ |
305 """ |
306 if index.isValid(): |
306 if index.isValid(): |