daemon.models.custom module
daemon.models.custom.build_pydantic_model(model_name, module)[source]
Built the model for Pydantic
Parameters
model_name (
str
) – the namemodule (
str
) – the module
Returns
the model
daemon.models.custom.build_pydantic_model(model_name, module)[source]
Built the model for Pydantic
Parameters
model_name (str
) – the name
module (str
) – the module
Returns
the model
本文档使用 BookStack 构建