OpenQuizz
Une application de gestion des contenus pédagogiques
|
Data Structures | |
class | FormatChecker |
Functions | |
def | is_email (instance) |
def | is_ipv4 (instance) |
def | is_ipv6 (instance) |
def | is_host_name (instance) |
def | is_idn_host_name (instance) |
def | is_uri (instance) |
def | is_uri_reference (instance) |
def | is_iri (instance) |
def | is_iri_reference (instance) |
def | is_datetime (instance) |
def | is_time (instance) |
def | is_regex (instance) |
def | is_date (instance) |
def | is_draft3_time (instance) |
def | is_css_color_code (instance) |
def | is_css21_color (instance) |
def | is_css3_color (instance) |
def | is_json_pointer (instance) |
def | is_relative_json_pointer (instance) |
def | is_uri_template (instance, template_validator=uritemplate.Validator().force_balanced_braces()) |
Variables | |
draft3_format_checker | |
draft4_format_checker | |
draft6_format_checker | |
draft7_format_checker | |
draft3 | |
draft4 | |
draft6 | |
draft7 | |
name | |
raises | |
validate_rfc3339 | |
def jsonschema._format.is_css21_color | ( | instance | ) |
def jsonschema._format.is_css3_color | ( | instance | ) |
def jsonschema._format.is_css_color_code | ( | instance | ) |
def jsonschema._format.is_date | ( | instance | ) |
def jsonschema._format.is_datetime | ( | instance | ) |
def jsonschema._format.is_draft3_time | ( | instance | ) |
def jsonschema._format.is_email | ( | instance | ) |
def jsonschema._format.is_host_name | ( | instance | ) |
def jsonschema._format.is_idn_host_name | ( | instance | ) |
def jsonschema._format.is_ipv4 | ( | instance | ) |
def jsonschema._format.is_ipv6 | ( | instance | ) |
def jsonschema._format.is_iri | ( | instance | ) |
def jsonschema._format.is_iri_reference | ( | instance | ) |
def jsonschema._format.is_json_pointer | ( | instance | ) |
def jsonschema._format.is_regex | ( | instance | ) |
def jsonschema._format.is_relative_json_pointer | ( | instance | ) |
def jsonschema._format.is_time | ( | instance | ) |
def is_uri | ( | instance | ) |
def is_uri_reference | ( | instance | ) |
def jsonschema._format.is_uri_template | ( | instance, | |
template_validator = uritemplate.Validator().force_balanced_braces() |
|||
) |
draft3 |
draft3_format_checker |
draft4 |
draft4_format_checker |
draft6 |
draft6_format_checker |
draft7 |
draft7_format_checker |
name |
raises |
validate_rfc3339 |