Data structure representation
Closed this issue · 0 comments
eeshannarula29 commented
Describe the bug
If an instance of a data structure is typed into python console as a python literate, it shows the object with id but does not give any useful information about the structures
To Reproduce
Steps to reproduce the behavior:
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
Instead it show show LinkedList([1 -> 2 -> 3])
This could be done using the class special function __rep__