pyramid.viewderivers
¶
- INGRESS¶
Constant representing the request ingress, for use in
under
arguments topyramid.config.Configurator.add_view_deriver()
.
- VIEW¶
Constant representing the view callable at the end of the view pipeline, for use in
over
arguments topyramid.config.Configurator.add_view_deriver()
.