Latest Version: 0.9.6.2

Warning

This documentation does not refer to the most recent version of Pylons. Current Documentation

PylonsWSGIApp


Methods

f __init__(self, global_conf, myghty_config) ...

Basic Pylons WSGI Application

This basic WSGI app is provided should a web developer want to get access to the most basic Myghty WSGI application that Pylons utilizes.

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

See the source for more information.

Top