--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Simplify/SimplifyChecker.py Thu Jul 28 19:44:54 2022 +0200 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Simplify/SimplifyChecker.py Fri Jul 29 16:29:31 2022 +0200 @@ -179,12 +179,12 @@ visitor = SimplifyNodeVisitor(self.__error) visitor.visit(self.__tree) - + def __addMeta(self, root, level=0): """ Private method to amend the nodes of the given AST tree with backward and forward references. - + @param root reference to the root node of the tree @type ast.AST @param level nesting level (defaults to 0)