You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@
23
23
-[listinstance.py](listinstance.py) Mix-in class that provides a formatted print() or str()
24
24
-[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
25
-[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
0 commit comments