MCPcopy 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

1def test_eval_mode(wdriver):
2 assert wdriver.execute_script("return window.rp.pyEval('1+1')") == 2
3
4
5def test_exec_mode(wdriver):

Callers

nothing calls this directly

Calls 1

execute_scriptMethod · 0.80

Tested by

no test coverage detected