Aspect that delegates calls from 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 calls.
The object could be a class, or an instance.
pytilities.delegation
pytilities.delegation.profile
Enter search terms or a module, class or function name.