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

Class DummyClient

tests/test_stringified_annotation_dependency.py:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13
14class DummyClient:
15 async def get_people(self) -> list:
16 return ["John Doe", "Jane Doe"]
17
18 async def close(self) -> None:
19 pass
20
21
22async def get_client() -> AsyncGenerator[DummyClient, None]:

Callers 1

get_clientFunction · 0.85

Calls

no outgoing calls

Tested by 1

get_clientFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…