Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/OpenShell
/ delete
Method
delete
python/openshell/sandbox.py:216–217 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
214
)
215
216
def
delete(self) -> bool:
217
return
self._client.delete(self.sandbox.name)
218
219
220
class
SandboxClient:
Callers
nothing calls this directly
Calls
1
delete
Method · 0.45
Tested by
no test coverage detected