src/eric7/Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelvesSelectionDialog.py

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelvesSelectionDialog.py	Fri Dec 22 19:45:17 2023 +0100
+++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelvesSelectionDialog.py	Sat Dec 23 15:40:23 2023 +0100
@@ -22,9 +22,12 @@
         """
         Constructor
 
-        @param message message to be shown (string)
-        @param shelveNames list of shelve names (list of string)
-        @param parent reference to the parent widget (QWidget)
+        @param message message to be shown
+        @type str
+        @param shelveNames list of shelve names
+        @type list of str
+        @param parent reference to the parent widget
+        @type QWidget
         """
         super().__init__(parent)
         self.setupUi(self)
@@ -47,7 +50,8 @@
         """
         Public method to retrieve the selected shelve names.
 
-        @return selected shelve names (list of string)
+        @return selected shelve names
+        @rtype list of str
         """
         names = []
         for itm in self.shelvesList.selectedItems():

eric ide

mercurial