MCPcopy 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

1from testutils import assert_raises
2
3assert "__builtins__" in globals()
4# assert type(__builtins__).__name__ == 'module'

Callers

nothing calls this directly

Calls 4

assert_raisesFunction · 0.90
globalsFunction · 0.85
isinstanceFunction · 0.85
execFunction · 0.70

Tested by

no test coverage detected