Skip to content

Decorators

Python decorators

Overrides

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.