summaryrefslogtreecommitdiff
path: root/docs/api/viewderivers.rst
blob: 2a141501e6498fc9a097b66a8278117664701017 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.. _viewderivers_module:

:mod:`pyramid.viewderivers`
---------------------------

.. automodule:: pyramid.viewderivers

   .. attribute:: INGRESS

      Constant representing the request ingress, for use in ``under``
      arguments to :meth:`pyramid.config.Configurator.add_view_deriver`.

   .. attribute:: VIEW

      Constant representing the :term:`view callable` at the end of the view
      pipeline, for use in ``over`` arguments to
      :meth:`pyramid.config.Configurator.add_view_deriver`.