OpenQuizz
Une application de gestion des contenus pédagogiques
|
Data Structures | |
class | Swagger |
Namespaces | |
flask_restx.swagger | |
Functions | |
def | ref (model) |
def | extract_path (path) |
def | extract_path_params (path) |
def | parse_docstring (obj) |
def | is_hidden (resource, route_doc=None) |
def | build_request_body_parameters_schema (body_params) |
Variables | |
dictionary | PATH_TYPES |
dictionary | PY_TYPES |
RE_URL = re.compile(r"<(?:[^:<>]+:)?([^<>]+)>") | |
string | DEFAULT_RESPONSE_DESCRIPTION = "Success" |
dictionary | DEFAULT_RESPONSE = {"description": DEFAULT_RESPONSE_DESCRIPTION} |
RE_RAISES | |