Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/OpenShell
/ id
Method
id
python/openshell/sandbox.py:677–680 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
675
676
@property
677
def
id(self) -> str:
678
if
self._session is None:
679
raise
SandboxError(
"sandbox context has not been entered"
)
680
return
self._session.id
681
682
@property
683
def
sandbox(self) -> SandboxRef:
Callers
1
start
Method · 0.45
Calls
1
SandboxError
Class · 0.85
Tested by
no test coverage detected