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