Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ cb
Function
cb
crates/wasm/Lib/asyncweb.py:205–207 ·
view source on GitHub ↗
(this)
Source
from the content-addressed store, hash-verified
203
204
@browser.jsclosure_once
205
def
cb(this):
206
print(
"AAA"
)
207
prom.resolve(None)
208
209
_settimeout.call(cb.detach(), browser.jsfloat(ms))
210
return
prom
Callers
nothing calls this directly
Calls
2
print
Function · 0.50
resolve
Method · 0.45
Tested by
no test coverage detected