MCPcopy
hub / github.com/fastapi/fastapi / tutorial001_py310.py

File tutorial001_py310.py

docs_src/openapi_callbacks/tutorial001_py310.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from fastapi import APIRouter, FastAPI
2from pydantic import BaseModel, HttpUrl
3
4app = FastAPI()

Callers

nothing calls this directly

Calls 2

FastAPIClass · 0.90
APIRouterClass · 0.90

Tested by

no test coverage detected