Latest Version: 0.9.6.2

controllers

Standard Controllers intended for subclassing by web developers


Modules

The pylons.controllers module exposes 3 submodules:

core
The core WSGIController
util
Utility functions available for use by Controllers
xmlrpc
The base WSGI XMLRPCController

See the source for more information.

Top