Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
class
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
22
async
def
get_client() -> AsyncGenerator[DummyClient, None]:
Callers
1
get_client
Function · 0.85
Calls
no outgoing calls
Tested by
1
get_client
Function · 0.68