MCPcopy
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
22async def get_client() -> AsyncGenerator[DummyClient, None]:

Callers 15

get_clientFunction · 0.95
indexFunction · 0.45
routerindexFunction · 0.45
routerprefixindexFunction · 0.45
routerindex2Function · 0.45
routerindexparamsFunction · 0.45
router_native_prefix_wsFunction · 0.45
errorhandlerFunction · 0.45
custom_handlerFunction · 0.45
indexFunction · 0.45
routerindexFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected