class documentation

class AppStack(list): (source)

View In Hierarchy

A stack-like list. Calling it returns the head of the stack.

Method __call__ Return the current default application.
Method push Add a new :class:`Bottle` instance to the stack
def __call__(self): (source)

Return the current default application.

def push(self, value=None): (source)

Add a new :class:`Bottle` instance to the stack