Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/fastapi/fastapi
/ get_something_else
Function
get_something_else
tests/test_repeated_dependency_schema.py:12–13 ·
view source on GitHub ↗
(*, someheader: str = Depends(get_header))
Source
from the content-addressed store, hash-verified
10
11
12
def
get_something_else(*, someheader: str = Depends(get_header)):
13
return
f
"{someheader}123"
14
15
16
@app.get(
"/"
)
Callers
nothing calls this directly
Calls
1
Depends
Class · 0.90
Tested by
no test coverage detected