Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fastapi/fastapi
/ tutorial004_py310.py
File
tutorial004_py310.py
docs_src/frontend/tutorial004_py310.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
fastapi
import
APIRouter, FastAPI
2
3
app = FastAPI()
4
router = APIRouter()
Callers
nothing calls this directly
Calls
4
FastAPI
Class · 0.90
APIRouter
Class · 0.90
frontend
Method · 0.45
include_router
Method · 0.45
Tested by
no test coverage detected