c.l.w._.redirection : class documentation

Part of canonical.launchpad.webapp View In Hierarchy

A redirection is used for two related purposes.

It is a class advisor in its two argument form or as a descriptor. It says what name is mapped to where.

It is an object returned from a traversal method in its one argument form. It says that the result of such traversal is a redirect.

You can use the keyword argument 'status' to change the status code from the default of 303 (assuming http/1.1).

Method __init__ Undocumented
Method __call__ Undocumented
Method advise Undocumented
def __init__(self, arg1, arg2=None, status=None):
Undocumented
def __call__(self, fn):
Undocumented
def advise(self, cls):
Undocumented
API Documentation for Launchpad, generated by pydoctor at 2010-09-27 00:00:11.