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

branch
eric7
changeset 10736
0d213bb8b7f0
parent 10623
56eb5eb8d0ee
child 10742
7aa41173b44b
--- a/src/eric7/Documentation/Source/eric7.PipInterface.Pip.html	Mon Jun 03 09:44:12 2024 +0200
+++ b/src/eric7/Documentation/Source/eric7.PipInterface.Pip.html	Mon Jun 03 10:18:13 2024 +0200
@@ -302,14 +302,14 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-list of tuples containing the package name, installed version
-            and available version
+dictionary with the package name as key and a tuple containing the
+            installed and available version as the value
 </dd>
 </dl>
 <dl>
 <dt>Return Type:</dt>
 <dd>
-list of tuple of (str, str, str)
+dict of [str: (str, str)]
 </dd>
 </dl>
 <a NAME="Pip.__filterUpgradePackages" ID="Pip.__filterUpgradePackages"></a>
@@ -713,14 +713,14 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-list of tuples containing the package name, installed version
-            and available version
+dictionary with the package name as key and a tuple containing the
+            installed and available version as the value
 </dd>
 </dl>
 <dl>
 <dt>Return Type:</dt>
 <dd>
-list of tuple of (str, str, str)
+dict of [str: (str, str)]
 </dd>
 </dl>
 <a NAME="Pip.getPackageDetails" ID="Pip.getPackageDetails"></a>

eric ide

mercurial