src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWidget.html

branch
eric7
changeset 9844
2f3d623f7617
parent 9840
d41ee69fa69b
child 9847
d8c7ded575cb
diff -r 72e8270a5940 -r 2f3d623f7617 src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWidget.html
--- a/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWidget.html	Fri Mar 03 17:49:36 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWidget.html	Fri Mar 03 19:03:33 2023 +0100
@@ -128,6 +128,10 @@
 <td>Private slot to handle a change in preferences.</td>
 </tr>
 <tr>
+<td><a href="#MicroPythonWidget.__installPackage">__installPackage</a></td>
+<td>Private slot to install packages using the given method.</td>
+</tr>
+<tr>
 <td><a href="#MicroPythonWidget.__manageIgnored">__manageIgnored</a></td>
 <td>Private slot to manage the list of ignored serial devices.</td>
 </tr>
@@ -471,6 +475,20 @@
 <p>
         Private slot to handle a change in preferences.
 </p>
+<a NAME="MicroPythonWidget.__installPackage" ID="MicroPythonWidget.__installPackage"></a>
+<h4>MicroPythonWidget.__installPackage</h4>
+<b>__installPackage</b>(<i>method</i>)
+
+<p>
+        Private slot to install packages using the given method.
+</p>
+<dl>
+
+<dt><i>method</i> (str)</dt>
+<dd>
+package management method to be used (one of 'upip' or 'mip')
+</dd>
+</dl>
 <a NAME="MicroPythonWidget.__manageIgnored" ID="MicroPythonWidget.__manageIgnored"></a>
 <h4>MicroPythonWidget.__manageIgnored</h4>
 <b>__manageIgnored</b>(<i></i>)

eric ide

mercurial