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

branch
eric7
changeset 10736
0d213bb8b7f0
parent 10623
56eb5eb8d0ee
child 10742
7aa41173b44b
equal deleted inserted replaced
10735:1c2fb9b8801d 10736:0d213bb8b7f0
300 </dd> 300 </dd>
301 </dl> 301 </dl>
302 <dl> 302 <dl>
303 <dt>Return:</dt> 303 <dt>Return:</dt>
304 <dd> 304 <dd>
305 list of tuples containing the package name, installed version 305 dictionary with the package name as key and a tuple containing the
306 and available version 306 installed and available version as the value
307 </dd> 307 </dd>
308 </dl> 308 </dl>
309 <dl> 309 <dl>
310 <dt>Return Type:</dt> 310 <dt>Return Type:</dt>
311 <dd> 311 <dd>
312 list of tuple of (str, str, str) 312 dict of [str: (str, str)]
313 </dd> 313 </dd>
314 </dl> 314 </dl>
315 <a NAME="Pip.__filterUpgradePackages" ID="Pip.__filterUpgradePackages"></a> 315 <a NAME="Pip.__filterUpgradePackages" ID="Pip.__filterUpgradePackages"></a>
316 <h4>Pip.__filterUpgradePackages</h4> 316 <h4>Pip.__filterUpgradePackages</h4>
317 <b>__filterUpgradePackages</b>(<i>packages</i>) 317 <b>__filterUpgradePackages</b>(<i>packages</i>)
711 </dd> 711 </dd>
712 </dl> 712 </dl>
713 <dl> 713 <dl>
714 <dt>Return:</dt> 714 <dt>Return:</dt>
715 <dd> 715 <dd>
716 list of tuples containing the package name, installed version 716 dictionary with the package name as key and a tuple containing the
717 and available version 717 installed and available version as the value
718 </dd> 718 </dd>
719 </dl> 719 </dl>
720 <dl> 720 <dl>
721 <dt>Return Type:</dt> 721 <dt>Return Type:</dt>
722 <dd> 722 <dd>
723 list of tuple of (str, str, str) 723 dict of [str: (str, str)]
724 </dd> 724 </dd>
725 </dl> 725 </dl>
726 <a NAME="Pip.getPackageDetails" ID="Pip.getPackageDetails"></a> 726 <a NAME="Pip.getPackageDetails" ID="Pip.getPackageDetails"></a>
727 <h4>Pip.getPackageDetails</h4> 727 <h4>Pip.getPackageDetails</h4>
728 <b>getPackageDetails</b>(<i>name, version</i>) 728 <b>getPackageDetails</b>(<i>name, version</i>)

eric ide

mercurial