-
-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Description
Locations:
@abc.abstractproperty @abc.abstractproperty
Docs: https://docs.python.org/3/library/abc.html#abc.abstractproperty
Instead one should use:
@property
@abc.abstractmethod
def ...
I will send a PR to change this to a new API. Maybe there are reasons why it should stay as-is?
Found in python/mypy#13647
Metadata
Metadata
Assignees
Labels
No labels