MCPcopy 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
5def test_exec_mode(wdriver):
6 assert wdriver.execute_script("return window.rp.pyExec('1+1')") is None
7
8
9def test_exec_single_mode(wdriver):

Callers

nothing calls this directly

Calls 1

execute_scriptMethod · 0.80

Tested by

no test coverage detected