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