implementing __repr__ on a class, if try to add function members, get “RecursionError: maximum recursion depth exceeded”
I’m trying to implement __repr__ for a class, but when I want to access function members to add there value to __repr__ I get “maximum recursion depth exceeded”.