diff --git a/aibolit/ast_framework/ast_node.py b/aibolit/ast_framework/ast_node.py index e70a1d3f..6cabf08c 100644 --- a/aibolit/ast_framework/ast_node.py +++ b/aibolit/ast_framework/ast_node.py @@ -62,3 +62,6 @@ def __str__(self) -> str: text_representation += f'\n{attribute_name}: {self.__getattr__(attribute_name)}' return text_representation + + def __repr__(self) -> str: + return f''