MCPcopy Index your code
hub / github.com/fastapi/fastapi / Dep

Class Dep

tests/test_stringified_annotations_simple.py:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10
11class Dep:
12 def __call__(self, request: Request):
13 return "test"
14
15
16@needs_py310

Callers 1

callFunction · 0.85

Calls

no outgoing calls

Tested by 1

callFunction · 0.68