MCPcopy Create free account
hub / github.com/LaunchPlatform/beanhub-cli / __aexit__

Method __aexit__

beanhub_cli/internal_api/client.py:140–142  ·  view source on GitHub ↗

Exit a context manager for underlying httpx.AsyncClient (see httpx docs)

(self, *args: Any, **kwargs: Any)

Source from the content-addressed store, hash-verified

138 return self
139
140 async def __aexit__(self, *args: Any, **kwargs: Any) -> None:
141 """Exit a context manager for underlying httpx.AsyncClient (see httpx docs)"""
142 await self.get_async_httpx_client().__aexit__(*args, **kwargs)
143
144
145@define

Callers 1

__aexit__Method · 0.45

Calls 1

Tested by

no test coverage detected