summaryrefslogtreecommitdiff
path: root/docs/api/view.rst
blob: 4dddea25faee473423f4393abdb055de909b74e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.. _view_module:

:mod:`pyramid.view`
----------------------

.. automodule:: pyramid.view

  .. autofunction:: render_view_to_response

  .. autofunction:: render_view_to_iterable

  .. autofunction:: render_view

  .. autofunction:: is_response

  .. autoclass:: view_config
     :members:

  .. autoclass:: static
     :members:
     :inherited-members:

  .. autofunction:: append_slash_notfound_view(context, request)

  .. autoclass:: AppendSlashNotFoundViewFactory