Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/OpenShell
/ __exit__
Method
__exit__
python/openshell/sandbox.py:390–391 ·
view source on GitHub ↗
(self, *args: object)
Source
from the content-addressed store, hash-verified
388
return
self
389
390
def
__exit__(self, *args: object) -> None:
391
self.close()
392
393
def
health(self) -> openshell_pb2.HealthResponse:
394
return
self._stub.Health(openshell_pb2.HealthRequest(), timeout=self._timeout)
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected