-
Notifications
You must be signed in to change notification settings - Fork 263
Closed
Description
This might not be the right place to put this, but is there any interest in adding a decorator for abstract class methods? (And potentially supporting it in MyPy?)
Currently, annotating a method with both @abstractmethod
and @classmethod
results in a runtime error. I see some suggestions on how to make this work on StackOverflow, but of course those custom decorators would not be supported in MyPy.
I would be interested in either making using both decorators work, or adding a new decorator.
mangelozzi
Metadata
Metadata
Assignees
Labels
No labels