MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / close

Method close

sdks/python/tests/test_contract.py:107–108  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

105 self._http = httpx.Client(base_url=base_url, timeout=30)
106
107 def close(self):
108 self._http.close()
109
110 def _raw(self, method: str, path: str, body: Any = None) -> httpx.Response:
111 headers = {"Authorization": f"Bearer {self.api_key}"}

Callers 1

test_contract_scenarioFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected