superduper icon indicating copy to clipboard operation
superduper copied to clipboard

[TASK] Implement Component.__str__

Open jieguangzhou opened this issue 11 months ago • 1 comments
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.

image

jieguangzhou avatar Nov 22 '24 07:11 jieguangzhou