You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: