We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From #7921: stubgen should split @abstractproperty into @property @abstractmethod, since the former has been deprecated since Python 3.3.
@abstractproperty
@property @abstractmethod
The text was updated successfully, but these errors were encountered:
Stubgen: split @abstractproperty (#8066)
63057d8
Fixes #7952
Successfully merging a pull request may close this issue.
From #7921: stubgen should split
@abstractproperty
into@property @abstractmethod
, since the former has been deprecated since Python 3.3.The text was updated successfully, but these errors were encountered: