MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / __exit__

Method __exit__

src/core/http_client.py:227–228  ·  view source on GitHub ↗
(self, exc_type, exc_val, exc_tb)

Source from the content-addressed store, hash-verified

225 return self
226
227 def __exit__(self, exc_type, exc_val, exc_tb):
228 self.close()
229
230
231class OpenAIHTTPClient(HTTPClient):

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected