Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ sandbox_smoke.py
File
sandbox_smoke.py
extra_tests/snippets/sandbox_smoke.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"Sandbox mode smoke test.
2
3
Verifies basic functionality that works in both sandbox and normal mode:
4
- stdio (print, sys.stdout/stdin/stderr)
Callers
nothing calls this directly
Calls
10
hasattr
Function · 0.85
list
Class · 0.85
sorted
Function · 0.85
print
Function · 0.50
open
Function · 0.50
writable
Method · 0.45
readable
Method · 0.45
fileno
Method · 0.45
loads
Method · 0.45
read
Method · 0.45
Tested by
no test coverage detected