mypy
mypy copied to clipboard
Check property decorators stricter
Fixes #19312. Fixes #18327.
Only accept @current_prop_name.{setter,deleter} as property-related decorators.
According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅
According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅
According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅
According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅