Python Paste


ApplicationWrapper

Object that wraps another object with a WSGI application interface.

Primarily provides dispatch to attributes which put themselves in _attribute_apps (particular Setter()).


Methods

f __classinit__(cls, new_attrs) ...

f __init__(self, obj) ...

f __call__(self, environ, start_response) ...

f not_found(self, environ, start_response) ...

f add_attribute_app(cls, prefix, app) ...

See the source for more information.