diff -r 4fc11172df1b -r e836d196e888 eric6/UI/BrowserModel.py --- a/eric6/UI/BrowserModel.py Wed Jan 13 19:02:30 2021 +0100 +++ b/eric6/UI/BrowserModel.py Wed Jan 13 19:02:58 2021 +0100 @@ -1469,10 +1469,10 @@ if self._classObject.annotation: self.itemData[0] = "{0} {1}".format( self.itemData[0], self._classObject.annotation) - ## if no defaults are wanted - ## ....format(name, - ## ", ".join([e.split('=')[0].strip() \ - ## for e in self._classObject.parameters])) + #- if no defaults are wanted + #- ....format(name, + #- ", ".join([e.split('=')[0].strip() + #- for e in self._classObject.parameters])) elif self.ismodule: self.icon = UI.PixmapCache.getIcon("module") elif self.isenum: