MCPcopy Create free account
hub / github.com/RustPython/RustPython / g5

Function g5

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

Source from the content-addressed store, hash-verified

79
80
81def g5():
82 p('a', (yield 2), (yield 5))
83 yield 99
84
85g = g5()
86g.send(None)

Callers 1

Calls 1

pFunction · 0.70

Tested by

no test coverage detected