Project/DebuggerPropertiesDialog.py

changeset 5558
858abfcbaf28
parent 5525
1771a7f9065c
child 6048
82ad8ec9548c
--- a/Project/DebuggerPropertiesDialog.py	Sat Feb 25 19:36:06 2017 +0100
+++ b/Project/DebuggerPropertiesDialog.py	Sat Feb 25 19:41:10 2017 +0100
@@ -217,7 +217,10 @@
     
     def __clearHistory(self, picker):
         """
-        Private method to clear a path picker history
+        Private method to clear a path picker history.
+        
+        @param picker reference to the path picker
+        @type E5ComboPathPicker
         """
         currentText = picker.text()
         picker.clear()

eric ide

mercurial