diff options
| author | Chris McDonough <chrism@plope.com> | 2011-12-08 17:10:18 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-12-08 17:10:18 -0500 |
| commit | 078859d058ac8c1617349a12ea29b9d1d0187485 (patch) | |
| tree | 830355d295d9d8203bdabbd71f0254614865f253 /docs/api | |
| parent | 674636494b7e546598ac3adb094c3dca6f6b8c9e (diff) | |
| download | pyramid-078859d058ac8c1617349a12ea29b9d1d0187485.tar.gz pyramid-078859d058ac8c1617349a12ea29b9d1d0187485.tar.bz2 pyramid-078859d058ac8c1617349a12ea29b9d1d0187485.zip | |
provide caller_path support for both asset resolver and dotted name resolver, make it the default
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/path.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/api/path.rst b/docs/api/path.rst index 045d77da2..d46c35d8e 100644 --- a/docs/api/path.rst +++ b/docs/api/path.rst @@ -5,6 +5,13 @@ .. automodule:: pyramid.path + .. attribute:: CALLER_PACKAGE + + A constant used by the constructor of + :class:`pyramid.path.DottedNameResolver` and + :class:`pyramid.path.AssetResolver` (see their docstrings for more + info). + .. autoclass:: DottedNameResolver :members: |
