File: util.rst

package info (click to toggle)
routes 2.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 636 kB
  • ctags: 163
  • sloc: python: 1,702; makefile: 63
file content (20 lines) | stat: -rw-r--r-- 500 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
:mod:`routes.util` -- URL Generator and utility functions
=========================================================

.. automodule:: routes.util

Module Contents
---------------

.. autoexception:: RoutesException
.. autoexception:: MatchException
.. autoexception:: GenerationException
.. autoclass:: URLGenerator
    :members:
    :undoc-members:
.. autofunction:: url_for

.. autofunction:: _url_quote
.. autofunction:: _str_encode
.. autofunction:: _screenargs
.. autofunction:: _subdomain_check