mypy
8b3b1d84 - Analyze descriptor methods as if they're methods, not functions (#8365)

Commit
6 years ago
Analyze descriptor methods as if they're methods, not functions (#8365) When __get__ and __set__ were implicitly called they were analyzed without taking the type of the descriptor into account. That meant that they were only visible to plugins as function calls with unclear names.
Author
Parents
Loading