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

branch
eric7
changeset 9748
df9520c864f2
parent 9209
b99e7fd55fd3
child 9749
5d409223cf3f
--- a/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWidget.html	Tue Feb 07 18:07:12 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWidget.html	Wed Feb 08 11:54:36 2023 +0100
@@ -168,6 +168,10 @@
 <td>Private slot to show all available information about a board.</td>
 </tr>
 <tr>
+<td><a href="#MicroPythonWidget.__showBuiltinModules">__showBuiltinModules</a></td>
+<td>Private slot to show a list of builtin modules.</td>
+</tr>
+<tr>
 <td><a href="#MicroPythonWidget.__showContextMenu">__showContextMenu</a></td>
 <td>Private slot to show the REPL context menu.</td>
 </tr>
@@ -632,6 +636,13 @@
 <p>
         Private slot to show all available information about a board.
 </p>
+<a NAME="MicroPythonWidget.__showBuiltinModules" ID="MicroPythonWidget.__showBuiltinModules"></a>
+<h4>MicroPythonWidget.__showBuiltinModules</h4>
+<b>__showBuiltinModules</b>(<i></i>)
+
+<p>
+        Private slot to show a list of builtin modules.
+</p>
 <a NAME="MicroPythonWidget.__showContextMenu" ID="MicroPythonWidget.__showContextMenu"></a>
 <h4>MicroPythonWidget.__showContextMenu</h4>
 <b>__showContextMenu</b>(<i>pos</i>)

eric ide

mercurial