controllers
Standard Controllers intended for subclassing by web developers
The controllers module is accessible via the
pylons
module.
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.