summaryrefslogtreecommitdiff
path: root/docs/api/path.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-12-08 17:10:18 -0500
committerChris McDonough <chrism@plope.com>2011-12-08 17:10:18 -0500
commit078859d058ac8c1617349a12ea29b9d1d0187485 (patch)
tree830355d295d9d8203bdabbd71f0254614865f253 /docs/api/path.rst
parent674636494b7e546598ac3adb094c3dca6f6b8c9e (diff)
downloadpyramid-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/path.rst')
-rw-r--r--docs/api/path.rst7
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: