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

Class SandboxRef

python/openshell/sandbox.py:134–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132
133@dataclass(frozen=True)
134class SandboxRef:
135 id: str
136 name: str
137 status: SandboxStatusRef
138
139 @property
140 def phase(self) -> int:
141 return self.status.phase
142
143 @property
144 def current_policy_version(self) -> int:
145 return self.status.current_policy_version
146
147
148@dataclass(frozen=True)

Callers 1

_sandbox_refFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected