General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Dr Gamma D
Indently
comments
Comments by "Dr Gamma D" (@DrDeuteron) on "10 Python Errors Explained In 15 Minutes" video.
Note that not having an attribute doesn’t always raise an AttributeError, since a failed lookup causes python to then check the dunder getattr method for resolution. Which is different from dunder getattribute. Stay away from that one unless you like Recursion depth exceeded errors.
2
Useless for primitives and strongly typed dunder methods.
1