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

branch
eric7
changeset 10392
ef315a1fdd4a
parent 10209
8bb763e85937
child 10478
de9106c55c3d
equal deleted inserted replaced
10391:66e67cc6b161 10392:ef315a1fdd4a
69 <tr> 69 <tr>
70 <td><a href="#Pip.__extractOutdatedPackages">__extractOutdatedPackages</a></td> 70 <td><a href="#Pip.__extractOutdatedPackages">__extractOutdatedPackages</a></td>
71 <td>Private method to extract the outdated packages list out of the process output.</td> 71 <td>Private method to extract the outdated packages list out of the process output.</td>
72 </tr> 72 </tr>
73 <tr> 73 <tr>
74 <td><a href="#Pip.__filterUpgradePackages">__filterUpgradePackages</a></td>
75 <td>Private method to filter out the packages that cannot be upgraded without stopping eric first.</td>
76 </tr>
77 <tr>
74 <td><a href="#Pip.__outdatedFinished">__outdatedFinished</a></td> 78 <td><a href="#Pip.__outdatedFinished">__outdatedFinished</a></td>
75 <td>Private method to handle the process finished signal.</td> 79 <td>Private method to handle the process finished signal.</td>
76 </tr> 80 </tr>
77 <tr> 81 <tr>
78 <td><a href="#Pip.cacheList">cacheList</a></td> 82 <td><a href="#Pip.cacheList">cacheList</a></td>
297 <dt>Return Type:</dt> 301 <dt>Return Type:</dt>
298 <dd> 302 <dd>
299 list of tuple of (str, str, str) 303 list of tuple of (str, str, str)
300 </dd> 304 </dd>
301 </dl> 305 </dl>
306 <a NAME="Pip.__filterUpgradePackages" ID="Pip.__filterUpgradePackages"></a>
307 <h4>Pip.__filterUpgradePackages</h4>
308 <b>__filterUpgradePackages</b>(<i>packages</i>)
309
310 <p>
311 Private method to filter out the packages that cannot be upgraded without
312 stopping eric first.
313 </p>
314 <dl>
315
316 <dt><i>packages</i> (list of str)</dt>
317 <dd>
318 list of packages to upgrade
319 </dd>
320 </dl>
321 <dl>
322 <dt>Return:</dt>
323 <dd>
324 list of packages that can be upgraded
325 </dd>
326 </dl>
327 <dl>
328 <dt>Return Type:</dt>
329 <dd>
330 list of str
331 </dd>
332 </dl>
302 <a NAME="Pip.__outdatedFinished" ID="Pip.__outdatedFinished"></a> 333 <a NAME="Pip.__outdatedFinished" ID="Pip.__outdatedFinished"></a>
303 <h4>Pip.__outdatedFinished</h4> 334 <h4>Pip.__outdatedFinished</h4>
304 <b>__outdatedFinished</b>(<i>callback, proc, exitCode, exitStatus</i>) 335 <b>__outdatedFinished</b>(<i>callback, proc, exitCode, exitStatus</i>)
305 336
306 <p> 337 <p>

eric ide

mercurial