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

branch
eric7
changeset 10392
ef315a1fdd4a
parent 10209
8bb763e85937
child 10478
de9106c55c3d
--- a/src/eric7/Documentation/Source/eric7.PipInterface.Pip.html	Wed Dec 06 15:49:54 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.PipInterface.Pip.html	Wed Dec 06 16:33:04 2023 +0100
@@ -71,6 +71,10 @@
 <td>Private method to extract the outdated packages list out of the process output.</td>
 </tr>
 <tr>
+<td><a href="#Pip.__filterUpgradePackages">__filterUpgradePackages</a></td>
+<td>Private method to filter out the packages that cannot be upgraded without stopping eric first.</td>
+</tr>
+<tr>
 <td><a href="#Pip.__outdatedFinished">__outdatedFinished</a></td>
 <td>Private method to handle the process finished signal.</td>
 </tr>
@@ -299,6 +303,33 @@
 list of tuple of (str, str, str)
 </dd>
 </dl>
+<a NAME="Pip.__filterUpgradePackages" ID="Pip.__filterUpgradePackages"></a>
+<h4>Pip.__filterUpgradePackages</h4>
+<b>__filterUpgradePackages</b>(<i>packages</i>)
+
+<p>
+        Private method to filter out the packages that cannot be upgraded without
+        stopping eric first.
+</p>
+<dl>
+
+<dt><i>packages</i> (list of str)</dt>
+<dd>
+list of packages to upgrade
+</dd>
+</dl>
+<dl>
+<dt>Return:</dt>
+<dd>
+list of packages that can be upgraded
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of str
+</dd>
+</dl>
 <a NAME="Pip.__outdatedFinished" ID="Pip.__outdatedFinished"></a>
 <h4>Pip.__outdatedFinished</h4>
 <b>__outdatedFinished</b>(<i>callback, proc, exitCode, exitStatus</i>)

eric ide

mercurial