-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerslow priorityThis issue will probably not be looked into for a whileThis issue will probably not be looked into for a while
Description
Describe the solution you'd like
Add __str__ and __repr__ methods that better tell what the object is. For example:
>>> print(tibber.homes[0])
<tibber.types.home.TibberHome object at 0x000002C17D154B20>
>>>
>>> # Instead:
>>> print(tibber.homes[0])
VitaHuset owned by Arya Stark at Winterfell Castle 1.
>>>Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerslow priorityThis issue will probably not be looked into for a whileThis issue will probably not be looked into for a while