class documentation

class AnyConverter(BaseConverter):

View In Hierarchy

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
mapthe Map.
*itemsthis 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
def __init__(self, map, *items):

Undocumented

Parameters
map:MapUndocumented
*items:strUndocumented
regex =

Undocumented