src/eric7/Documentation/Source/eric7.PipInterface.Pip.html

branch
eric7
changeset 11215
d07c71a34adf
parent 11091
3a1ba42ac50a
child 11231
c7240fb719c7
--- a/src/eric7/Documentation/Source/eric7.PipInterface.Pip.html	Thu Apr 10 18:36:24 2025 +0200
+++ b/src/eric7/Documentation/Source/eric7.PipInterface.Pip.html	Thu Apr 10 18:39:29 2025 +0200
@@ -79,6 +79,10 @@
 <td>Private method to handle the process finished signal.</td>
 </tr>
 <tr>
+<td><a href="#Pip.__shutdown">__shutdown</a></td>
+<td>Private method to perform shutdown actions.</td>
+</tr>
+<tr>
 <td><a href="#Pip.cacheList">cacheList</a></td>
 <td>Public method to list files contained in the pip cache.</td>
 </tr>
@@ -199,10 +203,6 @@
 <td>Public method to show some information about the pip cache.</td>
 </tr>
 <tr>
-<td><a href="#Pip.shutdown">shutdown</a></td>
-<td>Public method to perform shutdown actions.</td>
-</tr>
-<tr>
 <td><a href="#Pip.uninstallPackages">uninstallPackages</a></td>
 <td>Public method to uninstall the given list of packages.</td>
 </tr>
@@ -374,6 +374,13 @@
 exit status of the process
 </dd>
 </dl>
+<a NAME="Pip.__shutdown" ID="Pip.__shutdown"></a>
+<h4>Pip.__shutdown</h4>
+<b>__shutdown</b>(<i></i>)
+<p>
+        Private method to perform shutdown actions.
+</p>
+
 <a NAME="Pip.cacheList" ID="Pip.cacheList"></a>
 <h4>Pip.cacheList</h4>
 <b>cacheList</b>(<i>venvName</i>)
@@ -1126,13 +1133,6 @@
 name of the virtual environment to be used
 </dd>
 </dl>
-<a NAME="Pip.shutdown" ID="Pip.shutdown"></a>
-<h4>Pip.shutdown</h4>
-<b>shutdown</b>(<i></i>)
-<p>
-        Public method to perform shutdown actions.
-</p>
-
 <a NAME="Pip.uninstallPackages" ID="Pip.uninstallPackages"></a>
 <h4>Pip.uninstallPackages</h4>
 <b>uninstallPackages</b>(<i>packages, venvName</i>)

eric ide

mercurial