Debugger/BreakPointModel.py

branch
Py2 comp.
changeset 2791
a9577f248f04
parent 2525
8b507a9a2d40
parent 2763
e4794166ad70
child 3057
10516539f238
equal deleted inserted replaced
2790:6686a3326df8 2791:a9577f248f04
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():

eric ide

mercurial