diff -r 3ede487187f2 -r fab36645aa7d src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonFileManagerWidget.html --- a/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonFileManagerWidget.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonFileManagerWidget.html Mon Apr 22 18:23:20 2024 +0200 @@ -508,16 +508,16 @@ </dl> <a NAME="MicroPythonFileManagerWidget.__handleGetDone" ID="MicroPythonFileManagerWidget.__handleGetDone"></a> <h4>MicroPythonFileManagerWidget.__handleGetDone</h4> -<b>__handleGetDone</b>(<i>deviceFile, localFile</i>) +<b>__handleGetDone</b>(<i>_deviceFile, localFile</i>) <p> Private slot handling a successful copy of a file from the device. </p> <dl> -<dt><i>deviceFile</i> (str)</dt> +<dt><i>_deviceFile</i> (str)</dt> <dd> -name of the file on the device +name of the file on the device (unused) </dd> <dt><i>localFile</i> (str)</dt> <dd> @@ -541,20 +541,20 @@ </dl> <a NAME="MicroPythonFileManagerWidget.__handleRsyncDone" ID="MicroPythonFileManagerWidget.__handleRsyncDone"></a> <h4>MicroPythonFileManagerWidget.__handleRsyncDone</h4> -<b>__handleRsyncDone</b>(<i>localDir, deviceDir</i>) +<b>__handleRsyncDone</b>(<i>_localDir, _deviceDir</i>) <p> Private method to handle the completion of the rsync operation. </p> <dl> -<dt><i>localDir</i> (str)</dt> +<dt><i>_localDir</i> (str)</dt> <dd> -name of the local directory +name of the local directory (unused) </dd> -<dt><i>deviceDir</i> (str)</dt> +<dt><i>_deviceDir</i> (str)</dt> <dd> -name of the device directory +name of the device directory (unused) </dd> </dl> <a NAME="MicroPythonFileManagerWidget.__handleRsyncProgressMessage" ID="MicroPythonFileManagerWidget.__handleRsyncProgressMessage"></a> @@ -751,7 +751,7 @@ </dl> <a NAME="MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemActivated" ID="MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemActivated"></a> <h4>MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemActivated</h4> -<b>on_deviceFileTreeWidget_itemActivated</b>(<i>item, column</i>) +<b>on_deviceFileTreeWidget_itemActivated</b>(<i>item, _column</i>) <p> Private slot to handle the activation of a device item. </p> @@ -766,9 +766,9 @@ <dd> reference to the activated item </dd> -<dt><i>column</i> (int)</dt> +<dt><i>_column</i> (int)</dt> <dd> -column of the activation +column of the activation (unused) </dd> </dl> <a NAME="MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemExpanded" ID="MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemExpanded"></a> @@ -851,7 +851,7 @@ </dl> <a NAME="MicroPythonFileManagerWidget.on_localFileTreeWidget_itemActivated" ID="MicroPythonFileManagerWidget.on_localFileTreeWidget_itemActivated"></a> <h4>MicroPythonFileManagerWidget.on_localFileTreeWidget_itemActivated</h4> -<b>on_localFileTreeWidget_itemActivated</b>(<i>item, column</i>) +<b>on_localFileTreeWidget_itemActivated</b>(<i>item, _column</i>) <p> Private slot to handle the activation of a local item. </p> @@ -866,9 +866,9 @@ <dd> reference to the activated item </dd> -<dt><i>column</i> (int)</dt> +<dt><i>_column</i> (int)</dt> <dd> -column of the activation +column of the activation (unused) </dd> </dl> <a NAME="MicroPythonFileManagerWidget.on_localFileTreeWidget_itemExpanded" ID="MicroPythonFileManagerWidget.on_localFileTreeWidget_itemExpanded"></a>