MCPcopy Create free account
hub / github.com/TheSecuredAnalyst/security-suite / __aexit__

Method __aexit__

core/http_client.py:111–112  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

109 async def __aenter__(self) -> "HTTPClient":
110 return self
111
112 async def __aexit__(self, *args) -> None:
113 await self.close()
114
115

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected