MCPcopy 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
34def g3():
35 yield 23
36 yield from make_numbers()
37 yield 44
38 yield from make_numbers()
39
40r = list(g3())
41# print(r)

Callers 4

test_returnMethod · 0.85
get_frameMethod · 0.85

Calls 1

make_numbersFunction · 0.85

Tested by 3

test_returnMethod · 0.68
get_frameMethod · 0.68