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 name to_stringsuggests that the method should return a representation of itself as a string. However, this method behaves more like a pprint method because it prints the string (possibly to an output stream).
I think we should either change the name to match the behavior (e.g., something like pprint) or change the semantics of this method to something more in line with the current name.