MCPcopy Create free account
hub / github.com/OpenPipe/OpenPipe / __exit__

Method __exit__

trainer/src/api_client/client.py:234–236  ·  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

232 return self
233
234 def __exit__(self, *args: Any, **kwargs: Any) -> None:
235 """Exit a context manager for internal httpx.Client (see httpx docs)"""
236 self.get_httpx_client().__exit__(*args, **kwargs)
237
238 def set_async_httpx_client(self, async_client: httpx.AsyncClient) -> "AuthenticatedClient":
239 """Manually the underlying httpx.AsyncClient

Callers

nothing calls this directly

Calls 2

get_httpx_clientMethod · 0.95
__exit__Method · 0.45

Tested by

no test coverage detected