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

branch
eric7
changeset 9748
df9520c864f2
parent 9209
b99e7fd55fd3
child 9749
5d409223cf3f
--- a/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonCommandsInterface.html	Tue Feb 07 18:07:12 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonCommandsInterface.html	Wed Feb 08 11:54:36 2023 +0100
@@ -150,6 +150,10 @@
 <td>Public method to get some implementation information of the connected device.</td>
 </tr>
 <tr>
+<td><a href="#MicroPythonCommandsInterface.getModules">getModules</a></td>
+<td>Public method to show a list of modules built into the firmware.</td>
+</tr>
+<tr>
 <td><a href="#MicroPythonCommandsInterface.getTime">getTime</a></td>
 <td>Public method to get the current time of the device.</td>
 </tr>
@@ -505,6 +509,32 @@
 raised to indicate an issue with the device
 </dd>
 </dl>
+<a NAME="MicroPythonCommandsInterface.getModules" ID="MicroPythonCommandsInterface.getModules"></a>
+<h4>MicroPythonCommandsInterface.getModules</h4>
+<b>getModules</b>(<i></i>)
+
+<p>
+        Public method to show a list of modules built into the firmware.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+list of builtin modules
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of str
+</dd>
+</dl>
+<dl>
+
+<dt>Raises <b>OSError</b>:</dt>
+<dd>
+raised to indicate an issue with the device
+</dd>
+</dl>
 <a NAME="MicroPythonCommandsInterface.getTime" ID="MicroPythonCommandsInterface.getTime"></a>
 <h4>MicroPythonCommandsInterface.getTime</h4>
 <b>getTime</b>(<i></i>)

eric ide

mercurial