Under the hood, classes are also dict lookups, so really, this is mostly about adding type checking (unless you are also using slots).
Under the hood, classes are also dict lookups, so really, this is mostly about adding type checking (unless you are also using slots).