MCPcopy Index your code
hub / github.com/simstudioai/sim / __exit__

Method __exit__

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

Context manager exit.

(self, exc_type, exc_val, exc_tb)

Source from the content-addressed store, hash-verified

560 return self
561
562 def __exit__(self, exc_type, exc_val, exc_tb):
563 """Context manager exit."""
564 self.close()
565
566
567# For backward compatibility

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected