tightbinder.utils.overrides#

overrides(interface_class)[source]#

Decorator to print whether a method is being overwritten or not.

Parameters:

interface_class (type) – Base class where the method to be overwritten is present.

Return type:

Callable

Returns:

Decorator.