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
Every python-flavored version of a Jingle struct is carrying along all the information needed to make a Display variant of it. We can implement Display and __str__ on any wrapper types to use this.
Every python-flavored version of a Jingle struct is carrying along all the information needed to make a
Displayvariant of it. We can implementDisplayand__str__on any wrapper types to use this.