class documentation

class PathConverter(BaseConverter): (source)

View In Hierarchy

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

Class Variable part_isolating Undocumented
Class Variable regex Undocumented
Class Variable weight Undocumented

Inherited from BaseConverter:

Method __init__ Undocumented
Method to_python Undocumented
Method to_url Undocumented
Instance Variable map Undocumented