MCPcopy
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_call1Function · 0.90
test_jsproxy_call2Function · 0.90
test_gen_sendFunction · 0.90
test_gen_throwFunction · 0.90
test_gen_closeFunction · 0.90
test_agen_aiterFunction · 0.90
test_agen_athrowFunction · 0.90
test_agen_acloseFunction · 0.90
test_gen_lifetimesFunction · 0.90
test_agen_lifetimesFunction · 0.90
checkFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected