91 <tr> |
91 <tr> |
92 <td><a href="#Pip.getIndexUrl">getIndexUrl</a></td> |
92 <td><a href="#Pip.getIndexUrl">getIndexUrl</a></td> |
93 <td>Public method to get the index URL for PyPI.</td> |
93 <td>Public method to get the index URL for PyPI.</td> |
94 </tr> |
94 </tr> |
95 <tr> |
95 <tr> |
96 <td><a href="#Pip.getIndexUrlXml">getIndexUrlXml</a></td> |
96 <td><a href="#Pip.getIndexUrlPypi">getIndexUrlPypi</a></td> |
97 <td>Public method to get the index URL for XML RPC calls.</td> |
97 <td>Public method to get the index URL for PyPI API calls.</td> |
|
98 </tr> |
|
99 <tr> |
|
100 <td><a href="#Pip.getIndexUrlSearch">getIndexUrlSearch</a></td> |
|
101 <td>Public method to get the index URL for PyPI API calls.</td> |
98 </tr> |
102 </tr> |
99 <tr> |
103 <tr> |
100 <td><a href="#Pip.getInstalledPackages">getInstalledPackages</a></td> |
104 <td><a href="#Pip.getInstalledPackages">getInstalledPackages</a></td> |
101 <td>Public method to get the list of installed packages.</td> |
105 <td>Public method to get the list of installed packages.</td> |
102 </tr> |
106 </tr> |
274 <dt>Return Type:</dt> |
278 <dt>Return Type:</dt> |
275 <dd> |
279 <dd> |
276 str |
280 str |
277 </dd> |
281 </dd> |
278 </dl> |
282 </dl> |
279 <a NAME="Pip.getIndexUrlXml" ID="Pip.getIndexUrlXml"></a> |
283 <a NAME="Pip.getIndexUrlPypi" ID="Pip.getIndexUrlPypi"></a> |
280 <h4>Pip.getIndexUrlXml</h4> |
284 <h4>Pip.getIndexUrlPypi</h4> |
281 <b>getIndexUrlXml</b>(<i></i>) |
285 <b>getIndexUrlPypi</b>(<i></i>) |
282 |
286 |
283 <p> |
287 <p> |
284 Public method to get the index URL for XML RPC calls. |
288 Public method to get the index URL for PyPI API calls. |
|
289 </p> |
|
290 <dl> |
|
291 <dt>Return:</dt> |
|
292 <dd> |
|
293 index URL for XML RPC calls |
|
294 </dd> |
|
295 </dl> |
|
296 <dl> |
|
297 <dt>Return Type:</dt> |
|
298 <dd> |
|
299 str |
|
300 </dd> |
|
301 </dl> |
|
302 <a NAME="Pip.getIndexUrlSearch" ID="Pip.getIndexUrlSearch"></a> |
|
303 <h4>Pip.getIndexUrlSearch</h4> |
|
304 <b>getIndexUrlSearch</b>(<i></i>) |
|
305 |
|
306 <p> |
|
307 Public method to get the index URL for PyPI API calls. |
285 </p> |
308 </p> |
286 <dl> |
309 <dl> |
287 <dt>Return:</dt> |
310 <dt>Return:</dt> |
288 <dd> |
311 <dd> |
289 index URL for XML RPC calls |
312 index URL for XML RPC calls |