src/eric7/Documentation/Source/eric7.CondaInterface.CondaExecDialog.html

branch
eric7
changeset 10479
856476537696
parent 10070
9f5758c0fec1
child 10689
3ede487187f2
--- a/src/eric7/Documentation/Source/eric7.CondaInterface.CondaExecDialog.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.CondaInterface.CondaExecDialog.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,53 +7,50 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.CondaInterface.CondaExecDialog</h1>
-
 <p>
 Module implementing a dialog to show the output of a conda execution.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#CondaExecDialog">CondaExecDialog</a></td>
 <td>Class implementing a dialog to show the output of a conda execution.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="CondaExecDialog" ID="CondaExecDialog"></a>
 <h2>CondaExecDialog</h2>
-
 <p>
     Class implementing a dialog to show the output of a conda execution.
 </p>
+
 <h3>Derived from</h3>
 QDialog, Ui_CondaExecDialog
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#CondaExecDialog.__init__">CondaExecDialog</a></td>
 <td>Constructor</td>
@@ -95,19 +92,20 @@
 <td>Public slot to start the conda command.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="CondaExecDialog.__init__" ID="CondaExecDialog.__init__"></a>
 <h4>CondaExecDialog (Constructor)</h4>
 <b>CondaExecDialog</b>(<i>command, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>command</i> (str)</dt>
@@ -122,7 +120,6 @@
 <a NAME="CondaExecDialog.__finish" ID="CondaExecDialog.__finish"></a>
 <h4>CondaExecDialog.__finish</h4>
 <b>__finish</b>(<i>exitCode, exitStatus</i>)
-
 <p>
         Private slot called when the process finished.
 </p>
@@ -130,6 +127,7 @@
         It is called when the process finished or
         the user pressed the button.
 </p>
+
 <dl>
 
 <dt><i>exitCode</i> (int)</dt>
@@ -144,10 +142,10 @@
 <a NAME="CondaExecDialog.__logError" ID="CondaExecDialog.__logError"></a>
 <h4>CondaExecDialog.__logError</h4>
 <b>__logError</b>(<i>stderr</i>)
-
 <p>
         Private method to log an error.
 </p>
+
 <dl>
 
 <dt><i>stderr</i> (str)</dt>
@@ -158,10 +156,10 @@
 <a NAME="CondaExecDialog.__logOutput" ID="CondaExecDialog.__logOutput"></a>
 <h4>CondaExecDialog.__logOutput</h4>
 <b>__logOutput</b>(<i>stdout</i>)
-
 <p>
         Private method to log some output.
 </p>
+
 <dl>
 
 <dt><i>stdout</i> (str)</dt>
@@ -172,7 +170,6 @@
 <a NAME="CondaExecDialog.__readStderr" ID="CondaExecDialog.__readStderr"></a>
 <h4>CondaExecDialog.__readStderr</h4>
 <b>__readStderr</b>(<i></i>)
-
 <p>
         Private slot to handle the readyReadStandardError signal.
 </p>
@@ -180,10 +177,10 @@
         It reads the error output of the process and inserts it into the
         error pane.
 </p>
+
 <a NAME="CondaExecDialog.__readStdout" ID="CondaExecDialog.__readStdout"></a>
 <h4>CondaExecDialog.__readStdout</h4>
 <b>__readStdout</b>(<i></i>)
-
 <p>
         Private slot to handle the readyReadStandardOutput signal.
 </p>
@@ -191,13 +188,14 @@
         It reads the output of the process, formats it and inserts it into
         the contents pane.
 </p>
+
 <a NAME="CondaExecDialog.__setProgressValues" ID="CondaExecDialog.__setProgressValues"></a>
 <h4>CondaExecDialog.__setProgressValues</h4>
 <b>__setProgressValues</b>(<i>jsonDict, progressType</i>)
-
 <p>
         Private method to set the value of the progress bar.
 </p>
+
 <dl>
 
 <dt><i>jsonDict</i> (dict)</dt>
@@ -224,10 +222,10 @@
 <a NAME="CondaExecDialog.getResult" ID="CondaExecDialog.getResult"></a>
 <h4>CondaExecDialog.getResult</h4>
 <b>getResult</b>(<i></i>)
-
 <p>
         Public method to the result of the command execution.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -243,10 +241,10 @@
 <a NAME="CondaExecDialog.on_buttonBox_clicked" ID="CondaExecDialog.on_buttonBox_clicked"></a>
 <h4>CondaExecDialog.on_buttonBox_clicked</h4>
 <b>on_buttonBox_clicked</b>(<i>button</i>)
-
 <p>
         Private slot called by a button of the button box clicked.
 </p>
+
 <dl>
 
 <dt><i>button</i> (QAbstractButton)</dt>
@@ -257,10 +255,10 @@
 <a NAME="CondaExecDialog.start" ID="CondaExecDialog.start"></a>
 <h4>CondaExecDialog.start</h4>
 <b>start</b>(<i>arguments</i>)
-
 <p>
         Public slot to start the conda command.
 </p>
+
 <dl>
 
 <dt><i>arguments</i> (list of str)</dt>
@@ -270,4 +268,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial