smarie/python-autoclass

`@autorepr`

smarie opened this issue · 0 comments

As of now string representation is done by @autodict and relies on the .items() view to create the representation. It therefore can not be used independently. It would be good to propose an independent decorator for this.