From 078859d058ac8c1617349a12ea29b9d1d0187485 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 8 Dec 2011 17:10:18 -0500 Subject: provide caller_path support for both asset resolver and dotted name resolver, make it the default --- docs/api/path.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/api/path.rst') 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: -- cgit v1.2.3