summaryrefslogtreecommitdiff
path: root/docs/api/events.rst
blob: 59657a820f8539c0cda116d178fd88d10f86ad99 (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
27
28
29
30
31
.. _events_module:

:mod:`pyramid.events`
--------------------------

.. automodule:: pyramid.events

Functions
~~~~~~~~~

.. autofunction:: subscriber

.. _event_types:

Event Types
~~~~~~~~~~~

.. autoclass:: ApplicationCreated

.. autoclass:: NewRequest

.. autoclass:: ContextFound

.. autoclass:: NewResponse

.. autoclass:: BeforeRender
   :members:

See :ref:`events_chapter` for more information about how to register
code which subscribes to these events.