Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fastapi/fastapi
/ close
Method
close
tests/test_stringified_annotation_dependency.py:18–19 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
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
15
get_client
Function · 0.95
index
Function · 0.45
routerindex
Function · 0.45
routerprefixindex
Function · 0.45
routerindex2
Function · 0.45
routerindexparams
Function · 0.45
router_ws_decorator_depends
Function · 0.45
router_native_prefix_ws
Function · 0.45
errorhandler
Function · 0.45
custom_handler
Function · 0.45
index
Function · 0.45
routerindex
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected