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

branch
eric7
changeset 11185
a6f70425f5be
parent 10518
1682f3203ae5
child 11215
d07c71a34adf
diff -r 33a600dd86f4 -r a6f70425f5be src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWidget.html
--- a/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWidget.html	Fri Mar 21 18:11:36 2025 +0100
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWidget.html	Fri Mar 21 18:12:17 2025 +0100
@@ -239,6 +239,10 @@
 <td>Public slot handling a data flood from the device.</td>
 </tr>
 <tr>
+<td><a href="#MicroPythonWidget.insertData">insertData</a></td>
+<td>Public method to insert some data as if it was sent directly from the device.</td>
+</tr>
+<tr>
 <td><a href="#MicroPythonWidget.isConnected">isConnected</a></td>
 <td>Public method to get the MicroPython device connection state.</td>
 </tr>
@@ -756,6 +760,20 @@
         Public slot handling a data flood from the device.
 </p>
 
+<a NAME="MicroPythonWidget.insertData" ID="MicroPythonWidget.insertData"></a>
+<h4>MicroPythonWidget.insertData</h4>
+<b>insertData</b>(<i>data</i>)
+<p>
+        Public method to insert some data as if it was sent directly from the device.
+</p>
+
+<dl>
+
+<dt><i>data</i> (str or bytes)</dt>
+<dd>
+data to be inserted into the REPL pane
+</dd>
+</dl>
 <a NAME="MicroPythonWidget.isConnected" ID="MicroPythonWidget.isConnected"></a>
 <h4>MicroPythonWidget.isConnected</h4>
 <b>isConnected</b>(<i></i>)

eric ide

mercurial