abstract - Additions to the abc standard module¶
Helpers for the standard abc module.
-
class
abstractstatic(function)[source]¶ Decorator that combines
staticmethodandabc.abstractmethod.Copied from this answer to this StackOverflow question.