Skip to content

Modernize and fix abstract method decorators

Julius Künzel requested to merge work/abstract-functions into dev
  • Replace utils.abstract with abc decorators
  • @abc.abstractstaticmethod is deprecated since Python 3.3: It is now possible to use staticmethod with abstractmethod(), making this decorator redundant

Merge request reports

Loading