Aspect that delegates access on the aspected to a target object
The effect of this is that: source_instance.attr actually returns target_instance.attr, same goes for set, and del accesses.
The object could be a class, or an instance.
pytilities.delegation
pytilities.delegation.decorators
Enter search terms or a module, class or function name.