What FastAPI actually checks is that it is a "callable" (function, class or ... from pydantic import validator, BaseModel, Field app = FastAPI() class ...
確定! 回上一頁