Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- [listinstance.py](listinstance.py) Mix-in class that provides a formatted print() or str()
- [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)
- [listinherited2.py](listinherited2.py) Same as listinherited.py, but more formatted
- [listtree.py](listtree.py) Trace the entire class and all its object's attrs at and above self
- [listtree.py](listtree.py) Trace the entire class and all its object's attributes at and above self
- [mapattrs.py](mapattrs.py) Map all attributes on or inherited by an
instance to the instance or class from which they are inherited.

Expand Down