diff -r 866adc8c315b -r 0acf98cd089a eric6/UI/BrowserModel.py --- a/eric6/UI/BrowserModel.py Sun Jan 17 13:53:08 2021 +0100 +++ b/eric6/UI/BrowserModel.py Mon Feb 01 10:38:16 2021 +0100 @@ -44,7 +44,7 @@ Constructor @param parent reference to parent object (QObject) - @keyparam nopopulate flag indicating to not populate the model + @param nopopulate flag indicating to not populate the model (boolean) """ super(BrowserModel, self).__init__(parent) @@ -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: