MCPcopy
hub / github.com/simstudioai/sim / close

Method close

packages/python-sdk/simstudio/__init__.py:375–377  ·  view source on GitHub ↗

Close the underlying HTTP session.

(self)

Source from the content-addressed store, hash-verified

373 self.base_url = base_url.rstrip('/')
374
375 def close(self) -> None:
376 """Close the underlying HTTP session."""
377 self._session.close()
378
379 def get_job_status(self, job_id: str) -> Dict[str, Any]:
380 """

Callers 1

__exit__Method · 0.95

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected