OpenQuizz
Une application de gestion des contenus pédagogiques
flask_restx.reqparse Namespace Reference

Data Structures

class  Argument
 
class  ParseResult
 
class  RequestParser
 

Variables

dictionary LOCATIONS
 
dictionary PY_TYPES
 
string SPLIT_CHAR = ","
 
 text_type = lambda x: six.text_type(x)
 

Variable Documentation

◆ LOCATIONS

dictionary LOCATIONS
Initial value:
1 = {
2  "args": "query",
3  "form": "formData",
4  "headers": "header",
5  "json": "body",
6  "values": "query",
7  "files": "formData",
8 }

◆ PY_TYPES

dictionary PY_TYPES
Initial value:
1 = {
2  int: "integer",
3  str: "string",
4  bool: "boolean",
5  float: "number",
6  None: "void",
7 }

◆ SPLIT_CHAR

string SPLIT_CHAR = ","

◆ text_type

text_type = lambda x: six.text_type(x)