MCPcopy 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

printFunction · 0.50
resolveMethod · 0.45

Tested by

no test coverage detected