diff options
| author | Chris McDonough <chrism@plope.com> | 2012-09-15 18:58:45 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-09-15 18:58:45 -0400 |
| commit | 07cb8f0e112642a6a40127232ddc06125a73750e (patch) | |
| tree | 391ba1380418aaed349f881588070cb745cf8faf /docs/api/decorator.rst | |
| parent | 684fd22755f5ffd98b5629c63bc07a23c2edaf4a (diff) | |
| download | pyramid-07cb8f0e112642a6a40127232ddc06125a73750e.tar.gz pyramid-07cb8f0e112642a6a40127232ddc06125a73750e.tar.bz2 pyramid-07cb8f0e112642a6a40127232ddc06125a73750e.zip | |
add pyramid.decorator.reify as an API. Closes #682
Diffstat (limited to 'docs/api/decorator.rst')
| -rw-r--r-- | docs/api/decorator.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/api/decorator.rst b/docs/api/decorator.rst new file mode 100644 index 000000000..35d9131df --- /dev/null +++ b/docs/api/decorator.rst @@ -0,0 +1,9 @@ +.. _decorator_module: + +:mod:`pyramid.decorator` +-------------------------- + +.. automodule:: pyramid.decorator + +.. autofunction:: reify + |
