summaryrefslogtreecommitdiff
path: root/docs/api/traversal.rst
blob: 1fcc9a2c6c44650002eb08b87f27e7e0f3f36d4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.. _traversal_module:

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

.. automodule:: repoze.bfg.traversal

  .. autofunction:: find_interface

  .. autofunction:: find_model

  .. autofunction:: find_root

  .. autofunction:: model_path

  .. autofunction:: traversal_path(path)

  .. 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.