Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ test_eval_mode
Function
test_eval_mode
wasm/tests/test_exec_mode.py:1–2 ·
view source on GitHub ↗
(wdriver)
Source
from the content-addressed store, hash-verified
1
def
test_eval_mode(wdriver):
2
assert wdriver.execute_script(
"return window.rp.pyEval('1+1')"
) == 2
3
4
5
def
test_exec_mode(wdriver):
Callers
nothing calls this directly
Calls
1
execute_script
Method · 0.80
Tested by
no test coverage detected