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
The ElementTransformSet should have a __repr__ implementation that includes the contents of the set. Without this, the set of vertices of an ObjectGraph looks rather opaque. While we're here, we might as well also add a better __repr__ to the KeyTransformDict.
The text was updated successfully, but these errors were encountered:
The
ElementTransformSet
should have a__repr__
implementation that includes the contents of the set. Without this, the set of vertices of anObjectGraph
looks rather opaque. While we're here, we might as well also add a better__repr__
to theKeyTransformDict
.The text was updated successfully, but these errors were encountered: