Auto __repr__ method January 2, 2024 by Tarik Simplest way: def __repr__(self): return str(self.__dict__)