PyDeco documentationΒΆ

PyDeco is a library that enables to apply custom function decorators to specified class methods.

The main module of the pydeco package.

Decorator(*args, **kwargs) Decorator base class.
MethodsDecorator([mapping]) Class that enables to decorate specific methods with given decorator.