OpenQuizz
Une application de gestion des contenus pédagogiques
|
Data Structures | |
class | URL |
class | |
class | regex |
class | int_range |
Namespaces | |
flask_restplus.inputs | |
Functions | |
def | ipv4 (value) |
def | ipv6 (value) |
def | ip (value) |
def | iso8601interval (value, argument='argument') |
def | date (value) |
def | natural (value, argument='argument') |
def | positive (value, argument='argument') |
def | boolean (value) |
def | datetime_from_rfc822 (value) |
def | datetime_from_iso8601 (value) |
def | date_from_iso8601 (value) |
Variables | |
START_OF_DAY = time(0, 0, 0, tzinfo=pytz.UTC) | |
END_OF_DAY = time(23, 59, 59, 999999, tzinfo=pytz.UTC) | |
netloc_regex | |
email_regex | |
time_regex = re.compile(r'\d{2}:\d{2}') | |
url = URL(ip=True, auth=True, port=True, local=True, schemes=('http', 'https', 'ftp', 'ftps')) | |