(a)
| 2823 | jsfunc = run_js("(...args) => pyodide.toPy(args)") |
| 2824 | |
| 2825 | def func(a): |
| 2826 | pass |
| 2827 | |
| 2828 | with pytest.raises(RuntimeError, match="Don't currently handle POS_OR_KWD args"): |
| 2829 | jsfunc.bind_sig(func)(1) |
no outgoing calls
no test coverage detected
searching dependent graphs…