pynautobot
pynautobot copied to clipboard
Update __repr__ to include Class Name
Per issue #65...
It would be good to provide a more descriptive __repr__
to not confuse what the object is that is being viewed.
@jvanderaa please have a look at https://github.com/nautobot/pynautobot/pull/113
I actually thought about adding id
also, but the represetation string would look too long as for me.