Home | History | Annotate | Download | only in paste

Lines Matching refs:mapper

103     Middleware that lets you test a response against a custom mapper object to
115 ``mapper``
128 pass which will in turn be passed back to the custom mapper object.
150 StatusBasedForward(app, mapper=error_mapper),
155 def __init__(self, app, mapper, global_conf=None, **params):
165 self.mapper = mapper
182 new_url = self.mapper(
192 'redirect to in the StatusBasedForward mapper'
249 def custom_forward(app, mapper, global_conf=None, **kw):
259 return _StatusBasedRedirect(app, mapper, global_conf, **kw)
265 def __init__(self, app, mapper, global_conf=None, **kw):
275 self.mapper = mapper
311 new_url = self.mapper(