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
The _classmethod.__get__ doesn't seem to use correct overload.
On top of that there is another issue with return classmethod(wrapper) (could be connected to #3482)
Connected to #1399
Seems still an issue with classmethod's overloads at least (this is from python/pylance extension):
Order of overloads does not matter
If i use it:
The
_classmethod.__get__
doesn't seem to use correct overload.On top of that there is another issue with
return classmethod(wrapper)
(could be connected to #3482)The text was updated successfully, but these errors were encountered: