MCPcopy 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
46def gen_cb(_time=None):
47 for _ in range(4):
48 gen.__next__()
49 request_animation_frame(gen_cb)
50
51
52if request_animation_frame:

Callers 1

mandelbrot.pyFile · 0.85

Calls 2

request_animation_frameFunction · 0.90
__next__Method · 0.45

Tested by

no test coverage detected