wsgiapp
The wsgiapp module is accessible via the paste.webkit module.
Functions
f make_webkit_app(global_conf, servlet_directory=None, package_name=None, complete_stack=True, debug=None, cookie_name='_SID_', session_file_path='/tmp', session_chmod=None, error_email=None, error_log=None, show_exceptions_in_wsgi_errors=False, from_address=None, smtp_server=None, error_subject_prefix=None, error_message=None, profile=False, profile_limit=40, **app_conf) ...
See the source for more information.