slac207 / cs207project

MIT License
0 stars 4 forks source link

Edit dunders `repr` and `str` to use `reprlib` #2

Closed sanoke closed 8 years ago

sanoke commented 8 years ago

__repr__() and __str__() can be rewritten using reprlib.repr(), so that we don't have to manually check the length of our object.