MCPcopy
hub / github.com/pyodide/pyodide / func

Function func

src/tests/test_jsproxy.py:2825–2826  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

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)

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…