241 <tr> |
241 <tr> |
242 <td><a href="#PipPackagesWidget.__updateDepActionButtons">__updateDepActionButtons</a></td> |
242 <td><a href="#PipPackagesWidget.__updateDepActionButtons">__updateDepActionButtons</a></td> |
243 <td>Private method to set the state of the dependency page action buttons.</td> |
243 <td>Private method to set the state of the dependency page action buttons.</td> |
244 </tr> |
244 </tr> |
245 <tr> |
245 <tr> |
|
246 <td><a href="#PipPackagesWidget.__updateOutdatedInfo">__updateOutdatedInfo</a></td> |
|
247 <td>Private method to process the list of outdated packages.</td> |
|
248 </tr> |
|
249 <tr> |
246 <td><a href="#PipPackagesWidget.__updateSearchActionButtons">__updateSearchActionButtons</a></td> |
250 <td><a href="#PipPackagesWidget.__updateSearchActionButtons">__updateSearchActionButtons</a></td> |
247 <td>Private method to update the action button states of the search widget.</td> |
251 <td>Private method to update the action button states of the search widget.</td> |
248 </tr> |
252 </tr> |
249 <tr> |
253 <tr> |
250 <td><a href="#PipPackagesWidget.__updateSearchButton">__updateSearchButton</a></td> |
254 <td><a href="#PipPackagesWidget.__updateSearchButton">__updateSearchButton</a></td> |
935 <b>__updateDepActionButtons</b>(<i></i>) |
939 <b>__updateDepActionButtons</b>(<i></i>) |
936 |
940 |
937 <p> |
941 <p> |
938 Private method to set the state of the dependency page action buttons. |
942 Private method to set the state of the dependency page action buttons. |
939 </p> |
943 </p> |
|
944 <a NAME="PipPackagesWidget.__updateOutdatedInfo" ID="PipPackagesWidget.__updateOutdatedInfo"></a> |
|
945 <h4>PipPackagesWidget.__updateOutdatedInfo</h4> |
|
946 <b>__updateOutdatedInfo</b>(<i>outdatedPackages</i>) |
|
947 |
|
948 <p> |
|
949 Private method to process the list of outdated packages. |
|
950 </p> |
|
951 <dl> |
|
952 |
|
953 <dt><i>outdatedPackages</i> (list of tuple of (str, str, str))</dt> |
|
954 <dd> |
|
955 list of tuples containing the package name, |
|
956 installed version and available version |
|
957 </dd> |
|
958 </dl> |
940 <a NAME="PipPackagesWidget.__updateSearchActionButtons" ID="PipPackagesWidget.__updateSearchActionButtons"></a> |
959 <a NAME="PipPackagesWidget.__updateSearchActionButtons" ID="PipPackagesWidget.__updateSearchActionButtons"></a> |
941 <h4>PipPackagesWidget.__updateSearchActionButtons</h4> |
960 <h4>PipPackagesWidget.__updateSearchActionButtons</h4> |
942 <b>__updateSearchActionButtons</b>(<i></i>) |
961 <b>__updateSearchActionButtons</b>(<i></i>) |
943 |
962 |
944 <p> |
963 <p> |