Why Use Getattr() Instead Of __dict__ When Accessing Python Object Attributes?
In source examples and SO answers that have some degree of Python object introspection, a common pa…
Read more
Why Use Getattr() Instead Of __dict__ When Accessing Python Object Attributes?