diff options
Diffstat (limited to 'docs/api/path.rst')
| -rw-r--r-- | docs/api/path.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/api/path.rst b/docs/api/path.rst new file mode 100644 index 000000000..d46c35d8e --- /dev/null +++ b/docs/api/path.rst @@ -0,0 +1,20 @@ +.. _path_module: + +:mod:`pyramid.path` +--------------------------- + +.. 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: + + .. autoclass:: AssetResolver + :members: + |
