mypy-extras icon indicating copy to clipboard operation
mypy-extras copied to clipboard

Add `__getattr__` support

Open sobolevn opened this issue 4 years ago • 2 comments

We don't support __getattr__ method at the moment. But, we need to!

There are also cases when __getattr__ can possibly be @overloaded. So, we need to decide what to do in that case.

sobolevn avatar Nov 06 '20 11:11 sobolevn