--- a/src/eric7/DebugClients/Python/AsyncFile.py Tue Apr 16 15:47:11 2024 +0200 +++ b/src/eric7/DebugClients/Python/AsyncFile.py Sat Apr 20 18:01:36 2024 +0200 @@ -303,9 +303,9 @@ """ Public method to move the filepointer. - @param offset offset to move the filepointer to + @param offset offset to move the file pointer to (unused) @type int - @param whence position the offset relates to + @param whence position the offset relates to (unused) @type int @exception OSError This method is not supported and always raises an OSError. @@ -325,7 +325,7 @@ """ Public method to truncate the file. - @param size size to truncate to + @param size size to truncate to (unused) @type int @exception OSError This method is not supported and always raises an OSError.