mypy-extras
mypy-extras copied to clipboard
Add `__getattr__` support
We don't support __getattr__
method at the moment. But, we need to!
There are also cases when __getattr__
can possibly be @overload
ed.
So, we need to decide what to do in that case.