summaryrefslogtreecommitdiff
path: root/docs/api/viewderivers.rst
blob: a4ec107b6345f8030c51ee02653781af38a59dc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.. _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:: MAPPED_VIEW

      Constant representing the closest view deriver, for use in ``over``
      arguments to :meth:`pyramid.config.Configurator.add_view_deriver`.