Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pyodide/pyodide
/ test_generator
Function
test_generator
src/tests/test_pyproxy.py:216–217 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
214
from
pyodide.code
import
run_js
215
216
def
test_generator():
217
yield
from
range(10)
218
219
c = test_generator()
220
ty, l = run_js(
"(c) => [c.type, [...c]]"
)(c)
Callers
1
test_pyproxy_iter
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…