--- a/src/eric7/UI/BrowserModel.py Wed Apr 10 17:03:56 2024 +0200 +++ b/src/eric7/UI/BrowserModel.py Wed May 15 10:45:50 2024 +0200 @@ -398,7 +398,7 @@ @param path path of the deleted file or directory @type str - @param isDir flag indicating a deleted directory (defaults to False) + @param isDir flag indicating a deleted directory (defaults to False) (unused) @type bool (optional) """ parentPath = os.path.dirname(path) @@ -1167,7 +1167,7 @@ """ return self._lazyPopulation - def lessThan(self, other, column, order): # noqa: U100 + def lessThan(self, other, column, _order): """ Public method to check, if the item is less than the other one. @@ -1175,7 +1175,7 @@ @type BrowserItem @param column column number to use for the comparison @type int - @param order sort order (for special sorting) + @param _order sort order (for special sorting) (unused) @type Qt.SortOrder @return true, if this item is less than other @rtype bool @@ -1262,7 +1262,7 @@ @param dinfo dinfo is the string for the directory @type str - @param full flag indicating full path name should be displayed + @param full flag indicating full path name should be displayed (unused) @type bool """ if FileSystemUtilities.isRemoteFileName(dinfo): @@ -1547,7 +1547,7 @@ @param finfo the string for the file @type str - @param full flag indicating full pathname should be displayed + @param full flag indicating full path name should be displayed (unused) @type bool """ if FileSystemUtilities.isRemoteFileName(finfo):