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

branch
eric7
changeset 10684
58c7f23ae1cb
parent 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWebreplDeviceInterface.html	Sat Apr 20 18:01:36 2024 +0200
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWebreplDeviceInterface.html	Sat Apr 20 18:02:35 2024 +0200
@@ -222,7 +222,7 @@
 <dt><i>mode=</i> (str)</dt>
 <dd>
 submit mode to be used (one of 'raw' or 'paste') (defaults to
-            'raw'). This is ignored because webrepl always uses 'paste' mode.
+            'raw'). This is ignored because webrepl always uses 'paste' mode. (unused)
 </dd>
 <dt><i>timeout=</i> (int (optional))</dt>
 <dd>
@@ -244,7 +244,7 @@
 </dl>
 <a NAME="MicroPythonWebreplDeviceInterface.executeAsync" ID="MicroPythonWebreplDeviceInterface.executeAsync"></a>
 <h4>MicroPythonWebreplDeviceInterface.executeAsync</h4>
-<b>executeAsync</b>(<i>commandsList, submitMode</i>)
+<b>executeAsync</b>(<i>commandsList, _submitMode</i>)
 <p>
         Public method to execute a series of commands over a period of time
         without returning any result (asynchronous execution).
@@ -256,9 +256,9 @@
 <dd>
 list of commands to be execute on the device
 </dd>
-<dt><i>submitMode</i> (str (one of 'raw' or 'paste'))</dt>
+<dt><i>_submitMode</i> (str (one of 'raw' or 'paste'))</dt>
 <dd>
-mode to be used to submit the commands
+mode to be used to submit the commands (unused)
 </dd>
 </dl>
 <a NAME="MicroPythonWebreplDeviceInterface.handlePreferencesChanged" ID="MicroPythonWebreplDeviceInterface.handlePreferencesChanged"></a>

eric ide

mercurial