OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, map, *items) |
![]() | |
def | __init__ (self, map) |
def | to_python (self, value) |
def | to_url (self, value) |
Data Fields | |
regex | |
![]() | |
map | |
Additional Inherited Members | |
![]() | |
regex | |
weight | |
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.
def __init__ | ( | self, | |
map, | |||
* | items | ||
) |
regex |