Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pyodide/pyodide
/ Foo
Class
Foo
src/tests/test_pyproxy.py:12–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
from
pyodide.code
import
run_js
11
12
class
Foo:
13
bar = 42
14
15
def
get_value(self, value):
16
return
value * 64
17
18
f = Foo()
19
Callers
2
test_pyproxy_class
Function · 0.85
test_pyproxy_destroy
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_pyproxy_class
Function · 0.68
test_pyproxy_destroy
Function · 0.68