Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
4
r = []
5
6
def
make_numbers():
7
yield
1
8
yield
2
9
r.append(42)
10
yield
3
11
12
for
a in make_numbers():
13
r.append(a)
Callers
2
syntax_generator.py
File · 0.85
g3
Function · 0.85
Calls
1
append
Method · 0.45
Tested by
no test coverage detected