eric6/UI/BrowserModel.py

branch
maintenance
changeset 8043
0acf98cd089a
parent 7924
8a96736d465e
parent 7973
e836d196e888
child 8142
43248bafe9b2
--- 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:

eric ide

mercurial