Skip to content

Decorators

Python decorators

Overrides

(https://github.com/mkorpela/overrides) is a decorator that verifies that a method that should override an inherited method actually does, and that copies the docstring of the inherited method to the overridden method.