MCPcopy
hub / github.com/fastapi/fastapi / get_async_callable_gen_dependency

Function get_async_callable_gen_dependency

tests/test_dependency_class.py:97–100  ·  view source on GitHub ↗
(
    value: str = Depends(async_callable_gen_dependency),
)

Source from the content-addressed store, hash-verified

95
96@app.get("/async-callable-gen-dependency")
97async def get_async_callable_gen_dependency(
98 value: str = Depends(async_callable_gen_dependency),
99):
100 return value
101
102
103@app.get("/synchronous-method-dependency")

Callers

nothing calls this directly

Calls 1

DependsClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…