MCPcopy Index your code
hub / github.com/RustPython/RustPython / execute_script

Method execute_script

wasm/tests/conftest.py:84–89  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

82 print(f"RustPython panic stack:", stack, file=sys.stderr, sep="\n")
83
84 def execute_script(self, *args, **kwargs):
85 try:
86 return super().execute_script(*args, **kwargs)
87 except JavascriptException:
88 self._print_panic()
89 raise
90
91
92@pytest.fixture

Callers 6

_print_panicMethod · 0.95
test_demoFunction · 0.80
test_inject_module_basicFunction · 0.80
test_eval_modeFunction · 0.80
test_exec_modeFunction · 0.80
test_exec_single_modeFunction · 0.80

Calls 2

_print_panicMethod · 0.95
superClass · 0.85

Tested by

no test coverage detected