rldurham.transparent_wrapper

rldurham.transparent_wrapper(cls)[source]

Decorator that tried to find attributes hidden inside wrapped environments. This is done by adding a __getattr__ function that calls getwrappedattr.

Parameters:

cls – wrapper class

Returns:

modified wrapper class