Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ g3
Function
g3
extra_tests/snippets/syntax_generator.py:34–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
33
34
def
g3():
35
yield
23
36
yield
from
make_numbers()
37
yield
44
38
yield
from
make_numbers()
39
40
r = list(g3())
41
# print(r)
Callers
4
test_return
Method · 0.85
test_return_in_finally
Method · 0.85
get_frame
Method · 0.85
syntax_generator.py
File · 0.85
Calls
1
make_numbers
Function · 0.85
Tested by
3
test_return
Method · 0.68
test_return_in_finally
Method · 0.68
get_frame
Method · 0.68