Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScaleML/AgentSPEX
/ redact
Method
redact
src/sandbox_vm/tools/session_management.py:243–245 ·
view source on GitHub ↗
(self, s: str)
Source
from the content-addressed store, hash-verified
241
return
p
242
243
def
redact(self, s: str) -> str:
244
r = str(self.root)
245
return
s.replace(r,
"sandbox:/"
)
246
247
248
class
SessionManager:
Callers
2
execute_python_code
Function · 0.80
execute_python_script
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected