Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fastapi/fastapi
/ method
Function
method
tests/test_wrapped_method_forward_reference.py:11–12 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
9
def
passthrough(f):
10
@functools.wraps(f)
11
def
method(*args, **kwargs):
12
return
f(*args, **kwargs)
13
14
return
method
15
Callers
nothing calls this directly
Calls
1
f
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…