base_model module

class base_model.BaseModel

Bases: pydantic.main.BaseModel

class Config

Bases: object

allow_population_by_field_name = True
json_dict(**kwargs)

Parse dict so that it can be json serialized by Python’s json module