Skip to content

Commit 4866809

Browse files
committed
Added listinherited2.py to README
1 parent 61f98a9 commit 4866809

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
@@ -22,6 +22,7 @@
2222
- [classtree.py](classtree.py) Climb inheritance tree using namespace links, displaying higher superclasses with indentation for height
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)
25+
- [listinherited2.py](listinherited2.py) Same as listinherited.py, but more formatted
2526

2627
---
2728

0 commit comments

Comments
 (0)