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

Method __aexit__

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

128 return self
129
130 async def __aexit__(self, *args: Any, **kwargs: Any) -> None:
131 """Exit a context manager for underlying httpx.AsyncClient (see httpx docs)"""
132 await self.get_async_httpx_client().__aexit__(*args, **kwargs)
133
134
135@define

Callers 1

__aexit__Method · 0.45

Calls 1

Tested by

no test coverage detected