MCPcopy Create free account
hub / github.com/aio-libs/aiohttp / close

Method close

examples/fake_server.py:42–43  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

40 return await self._resolver.resolve(host, port, family)
41
42 async def close(self) -> None:
43 await self._resolver.close()
44
45
46class FakeFacebook:

Callers 5

client_json.pyFile · 0.45
lowlevel_srv.pyFile · 0.45
dispatchFunction · 0.45
on_shutdownFunction · 0.45
on_shutdownFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected