OpenQuizz
Une application de gestion des contenus pédagogiques
inputs.py File Reference

Data Structures

class  regex
 
class  int_range
 

Namespaces

 flask_restful.inputs
 

Functions

def url (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 (datetime_str)
 
def datetime_from_iso8601 (datetime_str)
 

Variables

 START_OF_DAY = time(0, 0, 0, tzinfo=pytz.UTC)
 
 END_OF_DAY = time(23, 59, 59, 999999, tzinfo=pytz.UTC)
 
 url_regex