class documentation

Handles management of an adapter stack for objects that implement IContext.

Method pop_adapter Remove the 'top' from the top of the adapter stack.
Method push_adapter Add an adapter to the 'top' of the adapter stack.
def pop_adapter(self): (source)

Remove the 'top' from the top of the adapter stack. fixme: How to handle if the stack is empty?

def push_adapter(self, adapter): (source)

Add an adapter to the 'top' of the adapter stack.