diff options
| author | Chris McDonough <chrism@plope.com> | 2012-08-06 23:56:24 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-08-06 23:56:24 -0400 |
| commit | d986123332806aadc43b1daab396ff5200ec10ce (patch) | |
| tree | d16d25c7c824e6a3e70288e9b4749c149ab7d549 /docs/api/registry.rst | |
| parent | 695b6de0fd1fe1911a6d2f2825c1600cca28077b (diff) | |
| download | pyramid-d986123332806aadc43b1daab396ff5200ec10ce.tar.gz pyramid-d986123332806aadc43b1daab396ff5200ec10ce.tar.bz2 pyramid-d986123332806aadc43b1daab396ff5200ec10ce.zip | |
move stuff from config.util to registry so it can be a set of API (which are now documented), resolve deferred discriminators in introspectable.register so that a directive can depend on a deferred discriminator, put head-adding code in predicate instead of in add_view itself
Diffstat (limited to 'docs/api/registry.rst')
| -rw-r--r-- | docs/api/registry.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/api/registry.rst b/docs/api/registry.rst index e62e2ba6f..1d5d52248 100644 --- a/docs/api/registry.rst +++ b/docs/api/registry.rst @@ -38,3 +38,17 @@ This class is new as of :app:`Pyramid` 1.3. +.. autoclass:: Deferred + + This class is new as of :app:`Pyramid` 1.4. + +.. autofunction:: undefer + + This function is new as of :app:`Pyramid` 1.4. + +.. autoclass:: predvalseq + + This class is new as of :app:`Pyramid` 1.4. + + + |
