You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
foo.py:9: error: "Callable[[Any], Any]" has no attribute "setter"
I think this is related to #1465 but slightly different. Here my getter and setter are next to each other, but the function name is different. I'm not saying that having different function names is good practice (I meant for them to be the same, but I had a typo), but technically it is valid code and shouldn't produce an error: