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