Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pyodide/pyodide
/ f
Function
f
src/tests/test_jsproxy.py:320–321 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
318
from
js
import
a
# type: ignore[attr-defined]
319
320
def
f(self):
321
return
self
322
323
a.f = f
324
assert a.f() == a
Callers
14
test_jsproxy_call1
Function · 0.90
test_jsproxy_call2
Function · 0.90
test_gen_send
Function · 0.90
test_gen_throw
Function · 0.90
test_gen_close
Function · 0.90
test_agen_aiter
Function · 0.90
test_agen_athrow
Function · 0.90
test_agen_aclose
Function · 0.90
test_gen_lifetimes
Function · 0.90
test_agen_lifetimes
Function · 0.90
check
Function · 0.90
test_jsproxy_context_manager
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected