Closed gtkacz closed 5 months ago
This is one of those things I swore there was a reason I couldn't do it this way, possibly a juypter notebook thing. But I am going to add this in and do some tests and hopefully good to keep it because this is a lot better!
Thank you!
All Box classes have their class names hardcoded into their respective
__repr__
methods, making it so that when subclassing,__repr__
calls will output the original class names, which is confusing.Example:
Closes #261