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

Method __exit__

beanhub_cli/internal_api/client.py:109–111  ·  view source on GitHub ↗

Exit a context manager for internal httpx.Client (see httpx docs)

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

Source from the content-addressed store, hash-verified

107 return self
108
109 def __exit__(self, *args: Any, **kwargs: Any) -> None:
110 """Exit a context manager for internal httpx.Client (see httpx docs)"""
111 self.get_httpx_client().__exit__(*args, **kwargs)
112
113 def set_async_httpx_client(self, async_client: httpx.AsyncClient) -> "Client":
114 """Manually the underlying httpx.AsyncClient

Callers 1

__exit__Method · 0.45

Calls 1

get_httpx_clientMethod · 0.95

Tested by

no test coverage detected