class PathConverter(BaseConverter):
Like the default UnicodeConverter
, but it also matches
slashes. This is useful for wikis and similar applications:
Rule('/<path:wikipage>') Rule('/<path:wikipage>/edit')
Parameters | |
map | the Map . |
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 |