diff -r 60b48ab891fa -r 0bf517e60f54 eric6/UI/BrowserModel.py --- a/eric6/UI/BrowserModel.py Thu Sep 19 19:22:43 2019 +0200 +++ b/eric6/UI/BrowserModel.py Thu Sep 19 19:39:04 2019 +0200 @@ -1406,10 +1406,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.png") elif self.isenum: