CondaInterface/CondaExecDialog.py

branch
conda
changeset 6678
5f1de9e59227
parent 6677
6299d69a218a
child 6679
c5f7b2e9a06d
--- a/CondaInterface/CondaExecDialog.py	Sun Jan 27 19:52:37 2019 +0100
+++ b/CondaInterface/CondaExecDialog.py	Sun Jan 27 19:58:14 2019 +0100
@@ -27,12 +27,17 @@
 
 class CondaExecDialog(QDialog, Ui_CondaExecDialog):
     """
-    Class documentation goes here.
+    Class implementing a dialog to show the output of a conda execution.
     """
     def __init__(self, configuration, venvManager, parent=None):
         """
         Constructor
         
+        @param configuration dictionary containing the configuration parameters
+            as returned by the command configuration dialog
+        @type dict
+        @param venvManager reference to the virtual environment manager
+        @type VirtualenvManager
         @param parent reference to the parent widget
         @type QWidget
         """

eric ide

mercurial