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

Method __aexit__

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

264 return self
265
266 async def __aexit__(self, *args: Any, **kwargs: Any) -> None:
267 """Exit a context manager for underlying httpx.AsyncClient (see httpx docs)"""
268 await self.get_async_httpx_client().__aexit__(*args, **kwargs)

Callers

nothing calls this directly

Calls 2

__aexit__Method · 0.45

Tested by

no test coverage detected