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
When a method is decorated by abc.abstractmethod stubgen does not preserved (this works for builtindecorators like classmethod, staticmethod or property)
When a method is decorated by
abc.abstractmethod
stubgen does not preserved (this works for builtindecorators likeclassmethod
,staticmethod
orproperty
)Comes from #3169 (comment)
The text was updated successfully, but these errors were encountered: