MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / sandbox

Method sandbox

python/openshell/sandbox.py:683–686  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

681
682 @property
683 def sandbox(self) -> SandboxRef:
684 if self._session is None:
685 raise SandboxError("sandbox context has not been entered")
686 return self._session.sandbox
687
688 def __enter__(self) -> Sandbox:
689 client = SandboxClient.from_active_cluster(

Callers

nothing calls this directly

Calls 1

SandboxErrorClass · 0.85

Tested by

no test coverage detected