abstract - Additions to the abc standard module

Helpers for the standard abc module.

class abstractstatic(function)[source]

Decorator that combines staticmethod and abc.abstractmethod.

Copied from this answer to this StackOverflow question.