Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ gen_cb
Function
gen_cb
wasm/demo/snippets/mandelbrot.py:46–49 ·
view source on GitHub ↗
(_time=None)
Source
from the content-addressed store, hash-verified
44
45
46
def
gen_cb(_time=None):
47
for
_ in range(4):
48
gen.__next__()
49
request_animation_frame(gen_cb)
50
51
52
if
request_animation_frame:
Callers
1
mandelbrot.py
File · 0.85
Calls
2
request_animation_frame
Function · 0.90
__next__
Method · 0.45
Tested by
no test coverage detected