eric6/Documentation/Source/eric6.PipInterface.PipPackagesWidget.html

changeset 7626
7f643d41464e
parent 7273
391d6b7b1eff
child 7641
21ea4fd50b0a
--- a/eric6/Documentation/Source/eric6.PipInterface.PipPackagesWidget.html	Tue Jun 16 20:03:23 2020 +0200
+++ b/eric6/Documentation/Source/eric6.PipInterface.PipPackagesWidget.html	Wed Jun 17 17:12:21 2020 +0200
@@ -149,10 +149,18 @@
 <td>Private method to process the search result data from PyPI.</td>
 </tr>
 <tr>
+<td><a href="#PipPackagesWidget.__purgeCache">__purgeCache</a></td>
+<td>Private slot to empty the pip cache.</td>
+</tr>
+<tr>
 <td><a href="#PipPackagesWidget.__refreshPackagesList">__refreshPackagesList</a></td>
 <td>Private method to referesh the packages list.</td>
 </tr>
 <tr>
+<td><a href="#PipPackagesWidget.__removeCachedFiles">__removeCachedFiles</a></td>
+<td>Private slot to remove files from the pip cache.</td>
+</tr>
+<tr>
 <td><a href="#PipPackagesWidget.__repairPip">__repairPip</a></td>
 <td>Private slot to repair the pip installation of the selected environment.</td>
 </tr>
@@ -173,6 +181,14 @@
 <td>Private method to get a list of selected items that can be updated.</td>
 </tr>
 <tr>
+<td><a href="#PipPackagesWidget.__showCacheInfo">__showCacheInfo</a></td>
+<td>Private slot to show information about the cache.</td>
+</tr>
+<tr>
+<td><a href="#PipPackagesWidget.__showCacheList">__showCacheList</a></td>
+<td>Private slot to show a list of cached files.</td>
+</tr>
+<tr>
 <td><a href="#PipPackagesWidget.__showPackageDetails">__showPackageDetails</a></td>
 <td>Private method to populate the package details dialog.</td>
 </tr>
@@ -521,6 +537,13 @@
 result data with hits in the first element
 </dd>
 </dl>
+<a NAME="PipPackagesWidget.__purgeCache" ID="PipPackagesWidget.__purgeCache"></a>
+<h4>PipPackagesWidget.__purgeCache</h4>
+<b>__purgeCache</b>(<i></i>)
+
+<p>
+        Private slot to empty the pip cache.
+</p>
 <a NAME="PipPackagesWidget.__refreshPackagesList" ID="PipPackagesWidget.__refreshPackagesList"></a>
 <h4>PipPackagesWidget.__refreshPackagesList</h4>
 <b>__refreshPackagesList</b>(<i></i>)
@@ -528,6 +551,13 @@
 <p>
         Private method to referesh the packages list.
 </p>
+<a NAME="PipPackagesWidget.__removeCachedFiles" ID="PipPackagesWidget.__removeCachedFiles"></a>
+<h4>PipPackagesWidget.__removeCachedFiles</h4>
+<b>__removeCachedFiles</b>(<i></i>)
+
+<p>
+        Private slot to remove files from the pip cache.
+</p>
 <a NAME="PipPackagesWidget.__repairPip" ID="PipPackagesWidget.__repairPip"></a>
 <h4>PipPackagesWidget.__repairPip</h4>
 <b>__repairPip</b>(<i></i>)
@@ -610,6 +640,20 @@
 list of QTreeWidgetItem
 </dd>
 </dl>
+<a NAME="PipPackagesWidget.__showCacheInfo" ID="PipPackagesWidget.__showCacheInfo"></a>
+<h4>PipPackagesWidget.__showCacheInfo</h4>
+<b>__showCacheInfo</b>(<i></i>)
+
+<p>
+        Private slot to show information about the cache.
+</p>
+<a NAME="PipPackagesWidget.__showCacheList" ID="PipPackagesWidget.__showCacheList"></a>
+<h4>PipPackagesWidget.__showCacheList</h4>
+<b>__showCacheList</b>(<i></i>)
+
+<p>
+        Private slot to show a list of cached files.
+</p>
 <a NAME="PipPackagesWidget.__showPackageDetails" ID="PipPackagesWidget.__showPackageDetails"></a>
 <h4>PipPackagesWidget.__showPackageDetails</h4>
 <b>__showPackageDetails</b>(<i>packageName, packageVersion</i>)

eric ide

mercurial