diff -r f0e22f3a5878 -r 2eed840795c0 src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWidget.html --- 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>)