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

branch
eric7
changeset 10736
0d213bb8b7f0
parent 10690
fab36645aa7d
child 11091
3a1ba42ac50a
equal deleted inserted replaced
10735:1c2fb9b8801d 10736:0d213bb8b7f0
1012 Private method to process the list of outdated packages. 1012 Private method to process the list of outdated packages.
1013 </p> 1013 </p>
1014 1014
1015 <dl> 1015 <dl>
1016 1016
1017 <dt><i>outdatedPackages</i> (list of tuple of (str, str, str))</dt> 1017 <dt><i>outdatedPackages</i> (dict of [str: (str, str)])</dt>
1018 <dd> 1018 <dd>
1019 list of tuples containing the package name, 1019 dictionary with the package name as key and
1020 installed version and available version 1020 a tuple containing the installed and available version as the value
1021 </dd> 1021 </dd>
1022 </dl> 1022 </dl>
1023 <a NAME="PipPackagesWidget.__updateSearchActionButtons" ID="PipPackagesWidget.__updateSearchActionButtons"></a> 1023 <a NAME="PipPackagesWidget.__updateSearchActionButtons" ID="PipPackagesWidget.__updateSearchActionButtons"></a>
1024 <h4>PipPackagesWidget.__updateSearchActionButtons</h4> 1024 <h4>PipPackagesWidget.__updateSearchActionButtons</h4>
1025 <b>__updateSearchActionButtons</b>(<i></i>) 1025 <b>__updateSearchActionButtons</b>(<i></i>)

eric ide

mercurial