--- a/src/eric7/Utilities/ModuleParser.py Tue Feb 21 10:56:54 2023 +0100 +++ b/src/eric7/Utilities/ModuleParser.py Wed Feb 22 07:43:56 2023 +0100 @@ -537,8 +537,8 @@ the relevant information. @param src the source text to be scanned (string) - """ - # __IGNORE_WARNING_D234__ + """ # __IGNORE_WARNING_D234__ + def calculateEndline(lineno, lines, indent): """ Function to calculate the end line of a class or method/function.