diff options
| author | Michael Merickel <michael@merickel.org> | 2017-02-25 17:23:50 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2017-02-25 17:47:59 -0600 |
| commit | 0bee841b9e9537a912b14017601de63e7efeabf1 (patch) | |
| tree | 4501c046c1d1233fb7f9e13e75568d4de4c9674a /docs/api | |
| parent | d3cb4b5796f341da609fe3397e31be67c68b32c1 (diff) | |
| download | pyramid-0bee841b9e9537a912b14017601de63e7efeabf1.tar.gz pyramid-0bee841b9e9537a912b14017601de63e7efeabf1.tar.bz2 pyramid-0bee841b9e9537a912b14017601de63e7efeabf1.zip | |
add an IExecutionPolicy that can wrap the router
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/config.rst | 1 | ||||
| -rw-r--r-- | docs/api/interfaces.rst | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/api/config.rst b/docs/api/config.rst index 62f138b76..c76d3d5ff 100644 --- a/docs/api/config.rst +++ b/docs/api/config.rst @@ -70,6 +70,7 @@ .. automethod:: add_subscriber_predicate .. automethod:: add_view_predicate .. automethod:: add_view_deriver + .. automethod:: set_execution_policy .. automethod:: set_request_factory .. automethod:: set_root_factory .. automethod:: set_session_factory diff --git a/docs/api/interfaces.rst b/docs/api/interfaces.rst index 521d65d2b..a212ba7a9 100644 --- a/docs/api/interfaces.rst +++ b/docs/api/interfaces.rst @@ -65,6 +65,9 @@ Other Interfaces .. autointerface:: IResponseFactory :members: + .. autointerface:: IRouter + :members: + .. autointerface:: IViewMapperFactory :members: |
