diff -r f9bb7c8c60d8 -r 21ea4fd50b0a eric6/Documentation/Source/eric6.PipInterface.PipPackagesWidget.html --- a/eric6/Documentation/Source/eric6.PipInterface.PipPackagesWidget.html Fri Jul 03 17:37:11 2020 +0200 +++ b/eric6/Documentation/Source/eric6.PipInterface.PipPackagesWidget.html Sat Jul 04 11:34:37 2020 +0200 @@ -81,6 +81,10 @@ <td>Private method to get a list of all items that can be updated.</td> </tr> <tr> +<td><a href="#PipPackagesWidget.__availablePipVersion">__availablePipVersion</a></td> +<td>Private method to get the pip version of the selected environment.</td> +</tr> +<tr> <td><a href="#PipPackagesWidget.__editConfiguration">__editConfiguration</a></td> <td>Private method to edit a configuration.</td> </tr> @@ -363,6 +367,26 @@ list of QTreeWidgetItem </dd> </dl> +<a NAME="PipPackagesWidget.__availablePipVersion" ID="PipPackagesWidget.__availablePipVersion"></a> +<h4>PipPackagesWidget.__availablePipVersion</h4> +<b>__availablePipVersion</b>(<i></i>) + +<p> + Private method to get the pip version of the selected environment. +</p> +<dl> +<dt>Returns:</dt> +<dd> +tuple containing the version number or tuple with all zeros + in case pip is not available +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of int +</dd> +</dl> <a NAME="PipPackagesWidget.__editConfiguration" ID="PipPackagesWidget.__editConfiguration"></a> <h4>PipPackagesWidget.__editConfiguration</h4> <b>__editConfiguration</b>(<i>venvName=""</i>)