class documentation

class PathConverter(BaseConverter):

View In Hierarchy

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
mapthe 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
regex: str =

Undocumented

weight: int =

Undocumented