diff -r 1176a936efa4 -r 6758ba4670e1 eric6/Documentation/Source/eric6.MicroPython.PyBoardDevices.html --- a/eric6/Documentation/Source/eric6.MicroPython.PyBoardDevices.html Thu Feb 04 14:59:13 2021 +0100 +++ b/eric6/Documentation/Source/eric6.MicroPython.PyBoardDevices.html Thu Feb 04 15:00:22 2021 +0100 @@ -81,6 +81,10 @@ <td>Private method to check the availability of dfu-util.</td> </tr> <tr> +<td><a href="#PyBoardDevice.__findWorkspace">__findWorkspace</a></td> +<td>Private method to find the workspace directory.</td> +</tr> +<tr> <td><a href="#PyBoardDevice.__flashMicroPython">__flashMicroPython</a></td> <td>Private slot to flash a MicroPython firmware.</td> </tr> @@ -215,6 +219,32 @@ bool </dd> </dl> +<a NAME="PyBoardDevice.__findWorkspace" ID="PyBoardDevice.__findWorkspace"></a> +<h4>PyBoardDevice.__findWorkspace</h4> +<b>__findWorkspace</b>(<i>silent=False</i>) + +<p> + Private method to find the workspace directory. +</p> +<dl> + +<dt><i>silent</i> (bool)</dt> +<dd> +flag indicating silent operations +</dd> +</dl> +<dl> +<dt>Return:</dt> +<dd> +workspace directory used for saving files +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl> <a NAME="PyBoardDevice.__flashMicroPython" ID="PyBoardDevice.__flashMicroPython"></a> <h4>PyBoardDevice.__flashMicroPython</h4> <b>__flashMicroPython</b>(<i></i>)