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

branch
eric7
changeset 9767
2eed840795c0
parent 9765
6378da868bb0
child 9799
a79430a8811d
child 9831
46e371226a22
--- a/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWidget.html	Wed Feb 15 15:55:37 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWidget.html	Wed Feb 15 17:45:10 2023 +0100
@@ -216,6 +216,10 @@
 <td>Public method to get a reference to the device interface object.</td>
 </tr>
 <tr>
+<td><a href="#MicroPythonWidget.deviceSupportsLocalFileAccess">deviceSupportsLocalFileAccess</a></td>
+<td>Public method to indicate that the device access the device file system via a local directory.</td>
+</tr>
+<tr>
 <td><a href="#MicroPythonWidget.eventFilter">eventFilter</a></td>
 <td>Public method to process events for the REPL pane.</td>
 </tr>
@@ -762,6 +766,26 @@
 MicroPythonDeviceInterface
 </dd>
 </dl>
+<a NAME="MicroPythonWidget.deviceSupportsLocalFileAccess" ID="MicroPythonWidget.deviceSupportsLocalFileAccess"></a>
+<h4>MicroPythonWidget.deviceSupportsLocalFileAccess</h4>
+<b>deviceSupportsLocalFileAccess</b>(<i></i>)
+
+<p>
+        Public method to indicate that the device access the device file system
+        via a local directory.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+flag indicating file access via local directory
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl>
 <a NAME="MicroPythonWidget.eventFilter" ID="MicroPythonWidget.eventFilter"></a>
 <h4>MicroPythonWidget.eventFilter</h4>
 <b>eventFilter</b>(<i>obj, evt</i>)

eric ide

mercurial