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
@@ -21,6 +21,7 @@
21
21
-[timer3.py](timer3.py) Homegrown timing tools for function calls.
22
22
-[classtree.py](classtree.py) Climb inheritance tree using namespace links, displaying higher superclasses with indentation for height
23
23
-[listinstance.py](listinstance.py) Mix-in class that provides a formatted print() or str()
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)
0 commit comments