class documentation

Matches one of the items provided. Items can either be Python identifiers or strings:: Rule('/<any(about, help, imprint, class, "foo,bar"):page_name>') :param map: the :class:`Map`. :param items: this function accepts the possible items as positional arguments. .. versionchanged:: 2.2 Value is validated when building a URL.

Method __init__ Undocumented
Method to_url Undocumented
Class Variable part_isolating Undocumented
Instance Variable items Undocumented
Instance Variable regex Undocumented

Inherited from BaseConverter:

Method to_python Undocumented
Class Variable weight Undocumented
Instance Variable map Undocumented