superduper
superduper copied to clipboard
[TASK] Implement Component.__str__
trafficstars
Implement the __repr__ and __str__ methods for the component to display essential information. It might be possible to use the result of component.info() for this purpose.
When the component is complex, it might make the component difficult to inspect.