src/eric7/Testing/TestResultsTree.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 10694
f46c1e224e8a
child 11000
f8371a2dd08f
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
512 self.activated.connect(self.__gotoTestDefinition) 512 self.activated.connect(self.__gotoTestDefinition)
513 self.customContextMenuRequested.connect(self.__showContextMenu) 513 self.customContextMenuRequested.connect(self.__showContextMenu)
514 514
515 self.header().sortIndicatorChanged.connect(self.sortByColumn) 515 self.header().sortIndicatorChanged.connect(self.sortByColumn)
516 self.header().sortIndicatorChanged.connect( 516 self.header().sortIndicatorChanged.connect(
517 lambda col, order: self.header().setSortIndicatorShown(True) # noqa: U100 517 lambda _col, _order: self.header().setSortIndicatorShown(True)
518 ) 518 )
519 519
520 def reset(self): 520 def reset(self):
521 """ 521 """
522 Public method to reset the internal state of the view. 522 Public method to reset the internal state of the view.

eric ide

mercurial