Package pypat :: Package structural :: Module decorator :: Class CallWrapper
[hide private]
[frames] | no frames]

Class CallWrapper

source code

DecoratorSimple --+
                  |
                 CallWrapper


A Decorator for wrapping DecoratorComplex __call__ methods.

- External Usage Documentation: U{https://github.com/tylerlaberge/PyPatterns/wiki/Structural-Pattern-Usage}
- External Decorator Pattern documentation: U{https://en.wikipedia.org/wiki/Decorator_pattern}

Instance Methods [hide private]
 
__call__(self, instance, func)
Wrap a concrete DecoratorComplex __call__ method.
source code

Inherited from DecoratorSimple: __init__