aeidon.Delegate

Source: aeidon/delegate.py

Anchestors: builtins.object

class aeidon.Delegate

Base class for objects that dispatch self-lookups.

Delegate.master

Object to where attribute calls are dispatched

Methods

Delegate.__init__(master)

Initialize a Delegate instance.