summaryrefslogtreecommitdiff
path: root/docs/api/traversal.rst
blob: 89d9135a0f7539b02dbb29fe7769efa57479385a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.. _traversal_module:

:mod:`repoze.bfg.traversal`
---------------------------

.. automodule:: repoze.bfg.traversal

  .. autofunction:: find_interface

  .. autofunction:: find_model

  .. autofunction:: find_root

  .. autofunction:: model_path

  .. autofunction:: model_path_tuple

  .. autofunction:: quote_path_segment

  .. autofunction:: virtual_root

.. note:: A function named ``model_url`` used to be present in this
   module.  It was moved to :ref:`url_module` in version 0.6.1.

Secondary APIs
~~~~~~~~~~~~~~

  .. autofunction:: traversal_path(path)