class AnyConverter(BaseConverter):
Matches one of the items provided. Items can either be Python identifiers or strings:
Rule('/<any(about, help, imprint, class, "foo,bar"):page_name>')
Parameters | |
map | the Map . |
*items | this function accepts the possible items as positional arguments. |
Method | __init__ |
Undocumented |
Instance Variable | regex |
Undocumented |
Inherited from BaseConverter
:
Method | to_python |
Undocumented |
Method | to_url |
Undocumented |
Class Variable | weight |
Undocumented |
Instance Variable | map |
Undocumented |
werkzeug.routing.BaseConverter.__init__
Undocumented
Parameters | |
map:Map | Undocumented |
*items:str | Undocumented |