pyramid.tweens

excview_tween_factory(handler, registry)[source]

A tween factory which produces a tween that catches an exception raised by downstream tweens (or the main Pyramid request handler) and, if possible, converts it into a Response using an exception view.

MAIN

Constant representing the main Pyramid handling function, for use in under and over arguments to pyramid.config.Configurator.add_tween().

INGRESS

Constant representing the request ingress, for use in under and over arguments to pyramid.config.Configurator.add_tween().

EXCVIEW

Constant representing the exception view tween, for use in under and over arguments to pyramid.config.Configurator.add_tween().