Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ builtins_module.py
File
builtins_module.py
extra_tests/snippets/builtins_module.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
testutils
import
assert_raises
2
3
assert
"__builtins__"
in globals()
4
# assert type(__builtins__).__name__ == 'module'
Callers
nothing calls this directly
Calls
4
assert_raises
Function · 0.90
globals
Function · 0.85
isinstance
Function · 0.85
exec
Function · 0.70
Tested by
no test coverage detected