src/eric7/Testing/TestResultsTree.py

branch
eric7-maintenance
changeset 10694
f46c1e224e8a
parent 10460
3b34efa2857c
parent 10683
779cda568acb
child 11019
27cd57e98461
equal deleted inserted replaced
10662:e6c9ab1dc168 10694:f46c1e224e8a
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