Documentation/Source/eric6.Plugins.UiExtensionPlugins.PipInterface.Pip.html

changeset 6260
581b0ed6ac47
parent 6026
4773c9469880
child 6296
db9b3a419845
diff -r abbe684782af -r 581b0ed6ac47 Documentation/Source/eric6.Plugins.UiExtensionPlugins.PipInterface.Pip.html
--- a/Documentation/Source/eric6.Plugins.UiExtensionPlugins.PipInterface.Pip.html	Thu Apr 19 19:28:02 2018 +0200
+++ b/Documentation/Source/eric6.Plugins.UiExtensionPlugins.PipInterface.Pip.html	Thu Apr 19 19:30:53 2018 +0200
@@ -414,18 +414,23 @@
         The selected pip executable is called with the given arguments and
         waited for its end.
 </p><dl>
-<dt><i>args</i></dt>
+<dt><i>args</i> (list of str)</dt>
 <dd>
-list of command line arguments (list of string)
-</dd><dt><i>cmd</i></dt>
+list of command line arguments
+</dd><dt><i>cmd</i> (str)</dt>
 <dd>
-pip command to be used (string)
+pip executable to be used
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
 tuple containing a flag indicating success and the output
-            of the process (string)
+            of the process
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (bool, str)
 </dd>
 </dl><a NAME="Pip.uninstallPackages" ID="Pip.uninstallPackages"></a>
 <h4>Pip.uninstallPackages</h4>

eric ide

mercurial