OpenQuizz
Une application de gestion des contenus pédagogiques
PathConverter Class Reference
Inheritance diagram for PathConverter:
Collaboration diagram for PathConverter:

Static Public Attributes

 regex
 
 weight
 
- Static Public Attributes inherited from BaseConverter
 regex
 
 weight
 

Additional Inherited Members

- Public Member Functions inherited from BaseConverter
def __init__ (self, map)
 
def to_python (self, value)
 
def to_url (self, value)
 
- Data Fields inherited from BaseConverter
 map
 

Detailed Description

Like the default :class:`UnicodeConverter`, but it also matches
slashes.  This is useful for wikis and similar applications::

    Rule('/<path:wikipage>')
    Rule('/<path:wikipage>/edit')

:param map: the :class:`Map`.

Field Documentation

◆ regex

regex
static

◆ weight

weight
static

The documentation for this class was generated from the following file: