Skip to content

Commit 1bc6527

Browse files
authored
Update README.md
1 parent c80c16d commit 1bc6527

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
- [listinstance.py](listinstance.py) Mix-in class that provides a formatted print() or str()
2424
- [listinherited.py](listinherited.py) Mix-in class that provides a formatted print() or str() (Use dir() to collect both instance attr and names inherited from its classes)
2525
- [listinherited2.py](listinherited2.py) Same as listinherited.py, but more formatted
26+
- [listtree.py](listtree.py) Trace the entire class and all its object's attrs at and above self
2627

2728
---
2829

0 commit comments

Comments
 (0)