MCPcopy Index your code
hub / github.com/RustPython/RustPython / make_numbers

Function make_numbers

extra_tests/snippets/syntax_generator.py:6–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4r = []
5
6def make_numbers():
7 yield 1
8 yield 2
9 r.append(42)
10 yield 3
11
12for a in make_numbers():
13 r.append(a)

Callers 2

g3Function · 0.85

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected