diff -r 90a9aefd4253 -r 0c6d32ec64f1 eric6/Utilities/ModuleParser.py --- a/eric6/Utilities/ModuleParser.py Sun Sep 20 18:32:28 2020 +0200 +++ b/eric6/Utilities/ModuleParser.py Sun Sep 20 18:32:43 2020 +0200 @@ -524,6 +524,7 @@ @param src the source text to be scanned (string) """ + # __IGNORE_WARNING_D234__ def calculateEndline(lineno, lines, indent): """ Function to calculate the end line of a class or method/function.